freemyipod r285 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r284‎ | r285 | r286 >
Date:20:41, 27 November 2010
Author:theseven
Status:new
Tags:
Comment:
emBIOS: Remove useless and wrong I2C command in the iPod Classic LCD initialization, this is already handled by the loader.
Modified paths:
  • /embios/trunk/target/ipodnano3g/backlight.c (modified) (history)

Diff [purge]

Index: embios/trunk/target/ipodnano3g/backlight.c
@@ -28,7 +28,6 @@
2929
3030 void backlight_init()
3131 {
32 - i2c_sendbyte(0, 0xe6, 0x2a, 6);
3332 }
3433
3534 void backlight_on(bool on)