summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/screens.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/screens.c b/apps/screens.c
index d378ed3..b725f0a 100644
--- a/apps/screens.c
+++ b/apps/screens.c
@@ -910,7 +910,7 @@ void splash(int ticks, /* how long the splash is displayed */
sleep(ticks);
}
-#ifdef HAVE_CHARGING
+#if defined(HAVE_CHARGING) || defined(SIMULATOR)
void charging_splash(void)
{
splash(2*HZ, true, str(LANG_BATTERY_CHARGE));