diff options
author | Brandon Low <lostlogic@rockbox.org> | 2006-01-19 15:22:06 +0000 |
---|---|---|
committer | Brandon Low <lostlogic@rockbox.org> | 2006-01-19 15:22:06 +0000 |
commit | f3d13f99059a3b47f85729b6c0909e1d76d6bb7b (patch) | |
tree | 971f0740520dd7bd5f631b33325c078d1e1bc19d /firmware/export/powermgmt.h | |
parent | 127c3febc130c4f35ed7e66601a7a59a78fa97a9 (diff) |
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
Diffstat (limited to 'firmware/export/powermgmt.h')
-rw-r--r-- | firmware/export/powermgmt.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/firmware/export/powermgmt.h b/firmware/export/powermgmt.h index bd2bcb53b0..377ce1ab71 100644 --- a/firmware/export/powermgmt.h +++ b/firmware/export/powermgmt.h @@ -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; |