summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Wilgus <wilgus.william@gmail.com>2021-12-11 02:10:02 -0500
committerWilliam Wilgus <me.theuser@yahoo.com>2021-12-11 09:59:39 -0500
commit8060c797752c3addbaa8c75e84721fbd3127860f (patch)
treee21077c455e32d5998a985a26c90739db52db978
parent68ed534f83f0f294d17d1204eb4903eb1eddbc6c (diff)
downloadrockbox-8060c797752c3addbaa8c75e84721fbd3127860f.tar.gz
rockbox-8060c797752c3addbaa8c75e84721fbd3127860f.zip
allow sim to shutdown while 'charging'
Change-Id: I28a9312d1ce6bf68d8ee6fc2cca680047bfec810
-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