summaryrefslogtreecommitdiff
path: root/firmware/export/config-ondiosp.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-ondiosp.h')
-rw-r--r--firmware/export/config-ondiosp.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/export/config-ondiosp.h b/firmware/export/config-ondiosp.h
index 3443b839b6..5fb7806d6a 100644
--- a/firmware/export/config-ondiosp.h
+++ b/firmware/export/config-ondiosp.h
@@ -58,6 +58,11 @@
58/* define this if the unit can be powered or charged via USB */ 58/* define this if the unit can be powered or charged via USB */
59#define HAVE_USB_POWER 59#define HAVE_USB_POWER
60 60
61/* define current usage levels */
62#define CURRENT_NORMAL 95 /* average, nearly proportional to 1/U */
63#define CURRENT_USB 1 /* host powered in USB mode; avoid zero-div */
64#define CURRENT_BACKLIGHT 0 /* no backlight */
65
61#ifndef SIMULATOR 66#ifndef SIMULATOR
62 67
63/* Define this if you have a SH7034 */ 68/* Define this if you have a SH7034 */