FiiO M3K: Hopefully fix the sim build

Change-Id: If5a58a4b3913645068cee95d4553f285eb55d182
This commit is contained in:
Solomon Peachy 2021-04-01 06:54:02 -04:00
parent 674c07d654
commit 0b20038d87

View file

@ -92,11 +92,12 @@
/* TODO: implement HAVE_RTC_ALARM */
/* Power management */
#ifndef SIMULATOR
#define HAVE_AXP173
#define CONFIG_BATTERY_MEASURE VOLTAGE_MEASURE
#define CONFIG_CHARGING CHARGING_MONITOR
#define HAVE_SW_POWEROFF
#ifndef SIMULATOR
#define HAVE_AXP173
#define HAVE_POWEROFF_WHILE_CHARGING
#endif