summaryrefslogtreecommitdiff
path: root/firmware/export/config/mrobe500.h
diff options
context:
space:
mode:
authorAidan MacDonald <amachronic@protonmail.com>2021-11-30 01:26:59 +0000
committerAidan MacDonald <amachronic@protonmail.com>2021-12-05 15:11:34 -0500
commitf02cd18ad027cdb4992a19a16cfbd336ffb63124 (patch)
treea412532ad38baac5390015d89696a5f67eaabe57 /firmware/export/config/mrobe500.h
parent8a8dfa0e52d0d7001d52ff29a2da60986b3e5101 (diff)
downloadrockbox-f02cd18ad027cdb4992a19a16cfbd336ffb63124.tar.gz
rockbox-f02cd18ad027cdb4992a19a16cfbd336ffb63124.zip
powermgmt: Refactor battery current estimation
Create a new battery_current() function to report the the battery's charging/discharging current. Move the old runcurrent() implementation into it and clean up some of the related defines. Change-Id: I7dbe5b6532d291fa72add1cb23b30e3cbac8c3ca
Diffstat (limited to 'firmware/export/config/mrobe500.h')
-rw-r--r--firmware/export/config/mrobe500.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config/mrobe500.h b/firmware/export/config/mrobe500.h
index a7d72f76ac..ffc8a6bfb8 100644
--- a/firmware/export/config/mrobe500.h
+++ b/firmware/export/config/mrobe500.h
@@ -198,7 +198,7 @@
198/* define current usage levels */ 198/* define current usage levels */
199#define CURRENT_NORMAL 85 /* Measured */ 199#define CURRENT_NORMAL 85 /* Measured */
200#define CURRENT_BACKLIGHT 200 /* Over 200 mA total measured when on */ 200#define CURRENT_BACKLIGHT 200 /* Over 200 mA total measured when on */
201#define CURRENT_RECORD 0 /* no recording */ 201#define CURRENT_REMOTE 2 /* FIXME: placeholder value */
202 202
203/* Hardware controlled charging with monitoring */ 203/* Hardware controlled charging with monitoring */
204#define CONFIG_CHARGING CHARGING_MONITOR 204#define CONFIG_CHARGING CHARGING_MONITOR