Ignore:
Timestamp:
2018-04-27T14:15:03Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7148abf
Parents:
a2eb85d
git-author:
Jiri Svoboda <jiri@…> (2018-04-26 17:14:26)
git-committer:
Jiri Svoboda <jiri@…> (2018-04-27 14:15:03)
Message:

Fix incorrectly indented double-slash comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.c

    ra2eb85d r3fafe5e0  
    204204        /* modes taken from u-boot, for 1024x768 */
    205205        // TODO replace magic values with actual correct values
    206 //      regs->timing_h = 0x1a4024c9;
    207 //      regs->timing_v = 0x02c00509;
    208 //      regs->pol_freq = 0x00007028;
    209 //      regs->divisor  = 0x00010001;
     206#if 0
     207        regs->timing_h = 0x1a4024c9;
     208        regs->timing_v = 0x02c00509;
     209        regs->pol_freq = 0x00007028;
     210        regs->divisor  = 0x00010001;
     211#endif
    210212
    211213        /* setup output */
Note: See TracChangeset for help on using the changeset viewer.