summaryrefslogtreecommitdiff
path: root/apps/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/main.c')
-rw-r--r--apps/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/main.c b/apps/main.c
index 20b9a0bc55..0a104576e1 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -604,7 +604,7 @@ static void init(void)
604 { 604 {
605 lcd_clear_display(); 605 lcd_clear_display();
606 lcd_puts(0, 0, "No partition"); 606 lcd_puts(0, 0, "No partition");
607 lcd_puts(0, 1, "found."); 607 lcd_putsf(0, 1, "found (%d).", rc);
608#ifndef USB_NONE 608#ifndef USB_NONE
609 lcd_puts(0, 2, "Insert USB cable"); 609 lcd_puts(0, 2, "Insert USB cable");
610 lcd_puts(0, 3, "and fix it."); 610 lcd_puts(0, 3, "and fix it.");