summaryrefslogtreecommitdiff
path: root/firmware/export/config-ondiofm.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-ondiofm.h')
-rw-r--r--firmware/export/config-ondiofm.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/export/config-ondiofm.h b/firmware/export/config-ondiofm.h
index 634433fcdb..8233728f1b 100644
--- a/firmware/export/config-ondiofm.h
+++ b/firmware/export/config-ondiofm.h
@@ -69,6 +69,11 @@
69/* define this if the unit can be powered or charged via USB */ 69/* define this if the unit can be powered or charged via USB */
70#define HAVE_USB_POWER 70#define HAVE_USB_POWER
71 71
72/* define current usage levels */
73#define CURRENT_NORMAL 95 /* average, nearly proportional to 1/U */
74#define CURRENT_USB 1 /* host powered in USB mode; avoid zero-div */
75#define CURRENT_BACKLIGHT 0 /* no backlight */
76
72#ifndef SIMULATOR 77#ifndef SIMULATOR
73 78
74/* Define this if you have a SH7034 */ 79/* Define this if you have a SH7034 */