1
0
Fork 0
forked from len0rd/rockbox

main: Include the version string in "no partitions found" error

Change-Id: I63ddecebb9d0e27eff27eedf5ec4b6e30508152f
This commit is contained in:
Solomon Peachy 2024-10-31 19:55:47 -04:00
parent b30f05badc
commit bf2a929f4e

View file

@ -631,6 +631,7 @@ static void init(void)
#elif !defined(DEBUG) && !(CONFIG_STORAGE & STORAGE_RAMDISK)
lcd_puts(0, 2, "Rebooting in 5s");
#endif
lcd_puts(0, 4, rbversion);
lcd_update();
#ifndef USB_NONE