summaryrefslogtreecommitdiff
path: root/apps/main.c
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2024-10-31 19:55:47 -0400
committerSolomon Peachy <pizza@shaftnet.org>2024-10-31 19:57:31 -0400
commitbf2a929f4ea34cf81c23478560203480a01a56c6 (patch)
tree1ca6406158d0cde32c9a80450ad066b3dac51b2d /apps/main.c
parentb30f05badca5fdad88faa7decb24efbfc9da9851 (diff)
downloadrockbox-bf2a929f4ea34cf81c23478560203480a01a56c6.tar.gz
rockbox-bf2a929f4ea34cf81c23478560203480a01a56c6.zip
main: Include the version string in "no partitions found" error
Change-Id: I63ddecebb9d0e27eff27eedf5ec4b6e30508152f
Diffstat (limited to 'apps/main.c')
-rw-r--r--apps/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/main.c b/apps/main.c
index 1e8e872296..53a2f9196b 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -631,6 +631,7 @@ static void init(void)
631#elif !defined(DEBUG) && !(CONFIG_STORAGE & STORAGE_RAMDISK) 631#elif !defined(DEBUG) && !(CONFIG_STORAGE & STORAGE_RAMDISK)
632 lcd_puts(0, 2, "Rebooting in 5s"); 632 lcd_puts(0, 2, "Rebooting in 5s");
633#endif 633#endif
634 lcd_puts(0, 4, rbversion);
634 lcd_update(); 635 lcd_update();
635 636
636#ifndef USB_NONE 637#ifndef USB_NONE