freemyipod r878 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r877‎ | r878 | r879 >
Date:15:10, 1 August 2013
Author:theseven
Status:new
Tags:
Comment:
emCORE: iPod Nano 4G: Band aid fix: Assume USB is always connected, the detection doesn't work.
Modified paths:
  • /emcore/trunk/target/ipodnano4g/power.c (modified) (history)

Diff [purge]

Index: emcore/trunk/target/ipodnano4g/power.c
@@ -56,6 +56,7 @@
5757
5858 bool vbus_state(void)
5959 {
 60+ return true;
6061 if (TIMEOUT_EXPIRED(power_last_update, 200000))
6162 {
6263 power_last_update = USEC_TIMER;