From 568b81202ebd24a3f7e9efe0558b5f6beed05b44 Mon Sep 17 00:00:00 2001 From: William Wilgus Date: Sat, 28 Jul 2018 14:55:52 +0200 Subject: Fix Red on PowerSave in Simulator Change-Id: Ic5d9de230efceabc2c428e5c78fa6596a5a34840 --- firmware/export/config/sansafuze.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/export/config/sansafuze.h') diff --git a/firmware/export/config/sansafuze.h b/firmware/export/config/sansafuze.h index dedf8c44da..40c373d103 100644 --- a/firmware/export/config/sansafuze.h +++ b/firmware/export/config/sansafuze.h @@ -222,7 +222,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 -- cgit v1.2.3