diff options
-rw-r--r-- | apps/main.c | 1 |
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 |