1
0
Fork 0
forked from len0rd/rockbox

Make sure that no targets lose charging related features from those red builds yesterday.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8389 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Brandon Low 2006-01-19 15:22:06 +00:00
parent 127c3febc1
commit f3d13f9905
3 changed files with 11 additions and 9 deletions

View file

@ -85,9 +85,7 @@ extern int trickle_sec; /* trickle charge: How many seconds per minute
typedef enum {
DISCHARGING,
CHARGING,
#ifdef HAVE_CHARGE_CTRL
TOPOFF,
#endif
TRICKLE
} charge_state_type;