forked from len0rd/rockbox
main: Include the version string in "no partitions found" error
Change-Id: I63ddecebb9d0e27eff27eedf5ec4b6e30508152f
This commit is contained in:
parent
b30f05badc
commit
bf2a929f4e
1 changed files with 1 additions and 0 deletions
|
@ -631,6 +631,7 @@ static void init(void)
|
||||||
#elif !defined(DEBUG) && !(CONFIG_STORAGE & STORAGE_RAMDISK)
|
#elif !defined(DEBUG) && !(CONFIG_STORAGE & STORAGE_RAMDISK)
|
||||||
lcd_puts(0, 2, "Rebooting in 5s");
|
lcd_puts(0, 2, "Rebooting in 5s");
|
||||||
#endif
|
#endif
|
||||||
|
lcd_puts(0, 4, rbversion);
|
||||||
lcd_update();
|
lcd_update();
|
||||||
|
|
||||||
#ifndef USB_NONE
|
#ifndef USB_NONE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue