diff options
Diffstat (limited to 'bootloader/main.c')
-rw-r--r-- | bootloader/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootloader/main.c b/bootloader/main.c index 5a1e79735b..72b7e0bc52 100644 --- a/bootloader/main.c +++ b/bootloader/main.c @@ -188,7 +188,7 @@ void main(void) lcd_setfont(FONT_SYSFIXED); - snprintf(buf, 256, "Rockboot version 1"); + snprintf(buf, 256, "Rockboot version 2"); lcd_puts(0, line++, buf); sleep(HZ/50); /* Allow the button driver to check the buttons */ |