diff options
| author | Jörg Hohensohn <hohensoh@rockbox.org> | 2006-03-04 09:48:53 +0000 |
|---|---|---|
| committer | Jörg Hohensohn <hohensoh@rockbox.org> | 2006-03-04 09:48:53 +0000 |
| commit | ea5df70e4699e1603bf21cf715fc997dade66004 (patch) | |
| tree | 082c108c02769d4d04016273974c897770f2a649 /firmware/export | |
| parent | c7838b8418a739e9f4f0e6c6a0e58bb51f38e527 (diff) | |
| download | rockbox-ea5df70e4699e1603bf21cf715fc997dade66004.zip rockbox-ea5df70e4699e1603bf21cf715fc997dade66004.tar.gz rockbox-ea5df70e4699e1603bf21cf715fc997dade66004.tar.bz2 rockbox-ea5df70e4699e1603bf21cf715fc997dade66004.tar.xz | |
Archos V1 recorder charging path #2927 by Alun Thomas
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8898 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
| -rw-r--r-- | firmware/export/powermgmt.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/powermgmt.h b/firmware/export/powermgmt.h index a5dbcd1..b9ac996 100644 --- a/firmware/export/powermgmt.h +++ b/firmware/export/powermgmt.h @@ -39,10 +39,10 @@ #define POWER_HISTORY_LEN 2*60 /* 2 hours of samples, one per minute */ -#define CHARGE_END_NEGD 6 /* stop when N minutes have passed with +#define CHARGE_END_SHORTD 6 /* stop when N minutes have passed with * avg delta being < -0.05 V */ -#define CHARGE_END_ZEROD 50 /* stop when N minutes have passed with - * avg delta being < 0.005 V */ +#define CHARGE_END_LONGD 50 /* stop when N minutes have passed with + * avg delta being < -0.02 V */ #ifndef SIMULATOR |