summaryrefslogtreecommitdiff
path: root/firmware/export/config/sansaclip.h
diff options
context:
space:
mode:
authorWilliam Wilgus <me.theuser@yahoo.com>2018-07-28 14:55:52 +0200
committerWilliam Wilgus <me.theuser@yahoo.com>2018-07-28 14:55:52 +0200
commit568b81202ebd24a3f7e9efe0558b5f6beed05b44 (patch)
tree0ccba4ad99311b8268c43adc7370d95da9f7337b /firmware/export/config/sansaclip.h
parent6f0320a9535bc1aa81d83fa879ac14d5ee603658 (diff)
downloadrockbox-568b81202ebd24a3f7e9efe0558b5f6beed05b44.tar.gz
rockbox-568b81202ebd24a3f7e9efe0558b5f6beed05b44.zip
Fix Red on PowerSave in Simulator
Change-Id: Ic5d9de230efceabc2c428e5c78fa6596a5a34840
Diffstat (limited to 'firmware/export/config/sansaclip.h')
-rw-r--r--firmware/export/config/sansaclip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config/sansaclip.h b/firmware/export/config/sansaclip.h
index f0300c2ac1..09151647e2 100644
--- a/firmware/export/config/sansaclip.h
+++ b/firmware/export/config/sansaclip.h
@@ -189,7 +189,7 @@
189/*define this to enable CPU voltage scaling on AMS devices*/ 189/*define this to enable CPU voltage scaling on AMS devices*/
190#define HAVE_ADJUSTABLE_CPU_VOLTAGE 190#define HAVE_ADJUSTABLE_CPU_VOLTAGE
191 191
192#ifndef BOOTLOADER 192#if (!defined(BOOTLOADER)) && (!defined(SIMULATOR))
193/*define this with flags for power saving options device supports*/ 193/*define this with flags for power saving options device supports*/
194#define CONFIG_POWER_SAVING (POWERSV_CPU | POWERSV_I2C | POWERSV_DISK) 194#define CONFIG_POWER_SAVING (POWERSV_CPU | POWERSV_I2C | POWERSV_DISK)
195#endif 195#endif