forked from len0rd/rockbox
Removed a warning on the recorder
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1406 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7c64830317
commit
ebab62b000
1 changed files with 1 additions and 1 deletions
|
@ -38,9 +38,9 @@ void status_set_playmode(enum playmode mode)
|
|||
|
||||
void status_draw(void)
|
||||
{
|
||||
#ifdef HAVE_LCD_CHARCELLS
|
||||
int battlevel = battery_level();
|
||||
|
||||
#ifdef HAVE_LCD_CHARCELLS
|
||||
lcd_icon(ICON_BATTERY, true);
|
||||
if(battlevel > 25)
|
||||
lcd_icon(ICON_BATTERY_1, true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue