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:
parent
cd0bb1cbec
commit
6e37dcf91b
1 changed files with 1 additions and 1 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue