summaryrefslogtreecommitdiff
path: root/firmware/export/config/sansae200v2.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/sansae200v2.h')
-rw-r--r--firmware/export/config/sansae200v2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config/sansae200v2.h b/firmware/export/config/sansae200v2.h
index 5c652a0e13..50e1843189 100644
--- a/firmware/export/config/sansae200v2.h
+++ b/firmware/export/config/sansae200v2.h
@@ -216,7 +216,7 @@
216/*define this to enable CPU voltage scaling on AMS devices*/ 216/*define this to enable CPU voltage scaling on AMS devices*/
217#define HAVE_ADJUSTABLE_CPU_VOLTAGE 217#define HAVE_ADJUSTABLE_CPU_VOLTAGE
218 218
219#if (!defined(BOOTLOADER)) && (!defined(SIMULATOR)) 219#ifndef BOOTLOADER
220/*define this with flags for power saving options device supports*/ 220/*define this with flags for power saving options device supports*/
221#define CONFIG_POWER_SAVING (POWERSV_CPU | POWERSV_I2C | POWERSV_DISK) 221#define CONFIG_POWER_SAVING (POWERSV_CPU | POWERSV_I2C | POWERSV_DISK)
222#endif 222#endif