freemyipod r847 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r846‎ | r847 | r848 >
Date:23:50, 26 December 2011
Author:theseven
Status:new
Tags:
Comment:
Oops, another red
Modified paths:
  • /emcore/trunk/target/ipodnano4g/power.c (modified) (history)

Diff [purge]

Index: emcore/trunk/target/ipodnano4g/power.c
@@ -115,8 +115,8 @@
116116 return -1;
117117 }
118118
119 -enum input_state read_battery_state(int input)
 119+enum input_state read_input_state(int input)
120120 {
121121 if (input != 0) return INPUT_STATE_INVALID;
122122 return INPUT_STATE_UNKNOWN;
123 -}
\ No newline at end of file
 123+}