summaryrefslogtreecommitdiff
path: root/firmware/export/config-sa9200.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-sa9200.h')
-rwxr-xr-xfirmware/export/config-sa9200.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/firmware/export/config-sa9200.h b/firmware/export/config-sa9200.h
index 3008360414..cbe92bb99c 100755
--- a/firmware/export/config-sa9200.h
+++ b/firmware/export/config-sa9200.h
@@ -105,8 +105,14 @@
105#define BATTERY_CAPACITY_INC 0 /* capacity increment */ 105#define BATTERY_CAPACITY_INC 0 /* capacity increment */
106#define BATTERY_TYPES_COUNT 1 /* only one type */ 106#define BATTERY_TYPES_COUNT 1 /* only one type */
107 107
108/* Hardware controlled charging? FIXME */ 108/* Charging implemented in a target-specific algorithm */
109#define CONFIG_CHARGING CHARGING_SIMPLE 109#define CONFIG_CHARGING CHARGING_TARGET
110#define HAVE_POWEROFF_WHILE_CHARGING
111
112/* define current usage levels (copied from the e200v1 )*/
113#define CURRENT_NORMAL 30 /* Toni's measurements in Nov 2008 */
114#define CURRENT_BACKLIGHT 40 /* Screen is about 20, blue LEDs are another 20, so 40 if both */
115#define CURRENT_RECORD 30 /* flash player, so this is just unboosted current*/
110 116
111/* define this if the unit can be powered or charged via USB */ 117/* define this if the unit can be powered or charged via USB */
112#define HAVE_USB_POWER 118#define HAVE_USB_POWER