mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 10:37:38 -04:00
FiiO M3K: Hopefully fix the sim build
Change-Id: If5a58a4b3913645068cee95d4553f285eb55d182
This commit is contained in:
parent
674c07d654
commit
0b20038d87
1 changed files with 3 additions and 2 deletions
|
@ -92,11 +92,12 @@
|
||||||
/* TODO: implement HAVE_RTC_ALARM */
|
/* TODO: implement HAVE_RTC_ALARM */
|
||||||
|
|
||||||
/* Power management */
|
/* Power management */
|
||||||
#ifndef SIMULATOR
|
|
||||||
#define HAVE_AXP173
|
|
||||||
#define CONFIG_BATTERY_MEASURE VOLTAGE_MEASURE
|
#define CONFIG_BATTERY_MEASURE VOLTAGE_MEASURE
|
||||||
#define CONFIG_CHARGING CHARGING_MONITOR
|
#define CONFIG_CHARGING CHARGING_MONITOR
|
||||||
#define HAVE_SW_POWEROFF
|
#define HAVE_SW_POWEROFF
|
||||||
|
|
||||||
|
#ifndef SIMULATOR
|
||||||
|
#define HAVE_AXP173
|
||||||
#define HAVE_POWEROFF_WHILE_CHARGING
|
#define HAVE_POWEROFF_WHILE_CHARGING
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue