summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/export/config/sansaclip.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/firmware/export/config/sansaclip.h b/firmware/export/config/sansaclip.h
index 4fa5f94598..1a15692c54 100644
--- a/firmware/export/config/sansaclip.h
+++ b/firmware/export/config/sansaclip.h
@@ -153,8 +153,10 @@
153/* Sansa can't be powered off while charging */ 153/* Sansa can't be powered off while charging */
154/* #define HAVE_POWEROFF_WHILE_CHARGING */ 154/* #define HAVE_POWEROFF_WHILE_CHARGING */
155 155
156/* The start address index for ROM builds */ 156/* define current usage levels (based on battery bench) */
157#define ROM_START 0x00000000 157#define CURRENT_NORMAL 65
158#define CURRENT_BACKLIGHT 14
159#define CURRENT_RECORD CURRENT_NORMAL
158 160
159/* Define this to the CPU frequency */ 161/* Define this to the CPU frequency */
160#define CPU_FREQ 250000000 162#define CPU_FREQ 250000000