diff options
| -rw-r--r-- | firmware/export/config/sansaclip.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/firmware/export/config/sansaclip.h b/firmware/export/config/sansaclip.h index 4fa5f94..1a15692 100644 --- a/firmware/export/config/sansaclip.h +++ b/firmware/export/config/sansaclip.h @@ -153,8 +153,10 @@ /* Sansa can't be powered off while charging */ /* #define HAVE_POWEROFF_WHILE_CHARGING */ -/* The start address index for ROM builds */ -#define ROM_START 0x00000000 +/* define current usage levels (based on battery bench) */ +#define CURRENT_NORMAL 65 +#define CURRENT_BACKLIGHT 14 +#define CURRENT_RECORD CURRENT_NORMAL /* Define this to the CPU frequency */ #define CPU_FREQ 250000000 |