1
0
Fork 0
forked from len0rd/rockbox

Not-so-elegant fix for the simulator builds not defining HAVE_CHARGING.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6413 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2005-05-07 01:49:16 +00:00
parent cd0bb1cbec
commit 6e37dcf91b

View file

@ -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));