forked from len0rd/rockbox
Oops... small changes catch most errors
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10618 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6a8f06f6cb
commit
3b44ec9b0a
1 changed files with 1 additions and 1 deletions
|
|
@ -2008,7 +2008,7 @@ bool dbg_write_eeprom(void)
|
||||||
if (err)
|
if (err)
|
||||||
gui_syncsplash(HZ*3, true, "Eeprom write failure (%d)",err);
|
gui_syncsplash(HZ*3, true, "Eeprom write failure (%d)",err);
|
||||||
else
|
else
|
||||||
gui_syncsplash(HZ*3, true, "Eeprom written successfully",rc);
|
gui_syncsplash(HZ*3, true, "Eeprom written successfully");
|
||||||
|
|
||||||
set_irq_level(old_irq_level);
|
set_irq_level(old_irq_level);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue