summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/export/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 277a1d8632..17bc626a80 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -611,6 +611,9 @@ Lyre prototype 1 */
611/* keep this include after the target configs */ 611/* keep this include after the target configs */
612#ifdef SIMULATOR 612#ifdef SIMULATOR
613#include "config/sim.h" 613#include "config/sim.h"
614#ifndef HAVE_POWEROFF_WHILE_CHARGING
615 #define HAVE_POWEROFF_WHILE_CHARGING
616#endif
614#endif 617#endif
615 618
616#ifndef CONFIG_PLATFORM 619#ifndef CONFIG_PLATFORM