diff options
| author | Rafaël Carré <rafael.carre@gmail.com> | 2010-09-03 07:03:07 +0000 |
|---|---|---|
| committer | Rafaël Carré <rafael.carre@gmail.com> | 2010-09-03 07:03:07 +0000 |
| commit | bf0e907257fe9446d23c4b32aec9c4f4f5ba03d0 (patch) | |
| tree | a7fa69cb4ab98af2b67a0192dc8b42c95fdc03e8 /firmware/export/powermgmt.h | |
| parent | e93ba5a7241407b32e91563b7ef5eaafd0ea3338 (diff) | |
| download | rockbox-bf0e907257fe9446d23c4b32aec9c4f4f5ba03d0.zip rockbox-bf0e907257fe9446d23c4b32aec9c4f4f5ba03d0.tar.gz rockbox-bf0e907257fe9446d23c4b32aec9c4f4f5ba03d0.tar.bz2 rockbox-bf0e907257fe9446d23c4b32aec9c4f4f5ba03d0.tar.xz | |
powermgmt.h: include config.h
AMS*: define CURRENT_MAX_CHG to give more correct estimation of recharge time
The amount of current each target draws from the charger is defined in
powermgmt-target.h
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27994 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/powermgmt.h')
| -rw-r--r-- | firmware/export/powermgmt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/powermgmt.h b/firmware/export/powermgmt.h index 03b9d34..9838250 100644 --- a/firmware/export/powermgmt.h +++ b/firmware/export/powermgmt.h @@ -22,6 +22,7 @@ #define _POWERMGMT_H_ #include <stdbool.h> +#include "config.h" #define POWER_HISTORY_LEN 2*60 /* 2 hours of samples, one per minute */ |