diff options
author | William Wilgus <me.theuser@yahoo.com> | 2018-07-28 14:55:52 +0200 |
---|---|---|
committer | William Wilgus <me.theuser@yahoo.com> | 2018-07-28 14:55:52 +0200 |
commit | 568b81202ebd24a3f7e9efe0558b5f6beed05b44 (patch) | |
tree | 0ccba4ad99311b8268c43adc7370d95da9f7337b /firmware/export/config/sansae200v2.h | |
parent | 6f0320a9535bc1aa81d83fa879ac14d5ee603658 (diff) |
Fix Red on PowerSave in Simulator
Change-Id: Ic5d9de230efceabc2c428e5c78fa6596a5a34840
Diffstat (limited to 'firmware/export/config/sansae200v2.h')
-rw-r--r-- | firmware/export/config/sansae200v2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config/sansae200v2.h b/firmware/export/config/sansae200v2.h index 50e1843189..5c652a0e13 100644 --- a/firmware/export/config/sansae200v2.h +++ b/firmware/export/config/sansae200v2.h @@ -216,7 +216,7 @@ /*define this to enable CPU voltage scaling on AMS devices*/ #define HAVE_ADJUSTABLE_CPU_VOLTAGE -#ifndef BOOTLOADER +#if (!defined(BOOTLOADER)) && (!defined(SIMULATOR)) /*define this with flags for power saving options device supports*/ #define CONFIG_POWER_SAVING (POWERSV_CPU | POWERSV_I2C | POWERSV_DISK) #endif |