summaryrefslogtreecommitdiff
path: root/firmware/export/powermgmt.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/powermgmt.h')
-rw-r--r--firmware/export/powermgmt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/powermgmt.h b/firmware/export/powermgmt.h
index 5a2f9362a3..acdee22a12 100644
--- a/firmware/export/powermgmt.h
+++ b/firmware/export/powermgmt.h
@@ -92,7 +92,7 @@ extern int trickle_sec; /* trickle charge: How many seconds per minute
92 92
93#endif /* CONFIG_CHARGING == CHARGING_CONTROL */ 93#endif /* CONFIG_CHARGING == CHARGING_CONTROL */
94 94
95#ifdef HAVE_MMC /* Values for Ondio */ 95#if defined(ARCHOS_ONDIOSP) || defined(ARCHOS_ONDIOFM) /* Values for Ondio */
96# define CURRENT_NORMAL 95 /* average, nearly proportional to 1/U */ 96# define CURRENT_NORMAL 95 /* average, nearly proportional to 1/U */
97# define CURRENT_USB 1 /* host powered in USB mode; avoid zero-div */ 97# define CURRENT_USB 1 /* host powered in USB mode; avoid zero-div */
98# define CURRENT_BACKLIGHT 0 /* no backlight */ 98# define CURRENT_BACKLIGHT 0 /* no backlight */