summaryrefslogtreecommitdiff
path: root/firmware/export/config/sansaclipv2.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/sansaclipv2.h')
-rw-r--r--firmware/export/config/sansaclipv2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config/sansaclipv2.h b/firmware/export/config/sansaclipv2.h
index 81a0d4703f..e35341fa60 100644
--- a/firmware/export/config/sansaclipv2.h
+++ b/firmware/export/config/sansaclipv2.h
@@ -200,7 +200,7 @@
200/*define this to enable CPU voltage scaling on AMS devices*/ 200/*define this to enable CPU voltage scaling on AMS devices*/
201#define HAVE_ADJUSTABLE_CPU_VOLTAGE 201#define HAVE_ADJUSTABLE_CPU_VOLTAGE
202 202
203#ifndef BOOTLOADER 203#if (!defined(BOOTLOADER)) && (!defined(SIMULATOR))
204/*define this with flags for power saving options device supports*/ 204/*define this with flags for power saving options device supports*/
205#define CONFIG_POWER_SAVING (POWERSV_CPU | POWERSV_I2C | POWERSV_DISK) 205#define CONFIG_POWER_SAVING (POWERSV_CPU | POWERSV_I2C | POWERSV_DISK)
206#endif 206#endif