summaryrefslogtreecommitdiff
path: root/firmware/export/config/sansaclipplus.h
diff options
context:
space:
mode:
authorWilliam Wilgus <me.theuser@yahoo.com>2018-07-28 17:34:16 +0200
committerWilliam Wilgus <me.theuser@yahoo.com>2018-07-28 17:34:31 +0200
commit16f10e2abddb3a6cb6e3a7098ff0c190c0635401 (patch)
treed9d6456b62a17bad6be3c6e00a89708cb8d9e4b5 /firmware/export/config/sansaclipplus.h
parentc75aac84243abef6a5b7e2e84863cef13931ee8f (diff)
downloadrockbox-16f10e2abddb3a6cb6e3a7098ff0c190c0635401.tar.gz
rockbox-16f10e2abddb3a6cb6e3a7098ff0c190c0635401.zip
Revert "Fix Red on PowerSave in Simulator"
This reverts commit 568b81202ebd24a3f7e9efe0558b5f6beed05b44. Change-Id: I2af42cd53d0ce490bf96c68288e9fbde034c0069
Diffstat (limited to 'firmware/export/config/sansaclipplus.h')
-rw-r--r--firmware/export/config/sansaclipplus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config/sansaclipplus.h b/firmware/export/config/sansaclipplus.h
index f590a0f6e2..9a307420f4 100644
--- a/firmware/export/config/sansaclipplus.h
+++ b/firmware/export/config/sansaclipplus.h
@@ -206,7 +206,7 @@
206/*define this to enable CPU voltage scaling on AMS devices*/ 206/*define this to enable CPU voltage scaling on AMS devices*/
207#define HAVE_ADJUSTABLE_CPU_VOLTAGE 207#define HAVE_ADJUSTABLE_CPU_VOLTAGE
208 208
209#if (!defined(BOOTLOADER)) && (!defined(SIMULATOR)) 209#ifndef BOOTLOADER
210/*define this with flags for power saving options device supports*/ 210/*define this with flags for power saving options device supports*/
211#define CONFIG_POWER_SAVING (POWERSV_CPU | POWERSV_I2C | POWERSV_DISK | POWERSV_DISP) 211#define CONFIG_POWER_SAVING (POWERSV_CPU | POWERSV_I2C | POWERSV_DISK | POWERSV_DISP)
212#endif 212#endif