From 95a4c3afcd53a1f8b835dec33de51f9c304de4d9 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Thu, 28 Aug 2014 10:26:45 -0400 Subject: Fix up the bootloaders They can't access the raw RBVERSION define any longer. Change-Id: I698062b36306399945c01de54cdccaa1a1a8434e --- bootloader/iriver_h300.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootloader/iriver_h300.c') diff --git a/bootloader/iriver_h300.c b/bootloader/iriver_h300.c index 2f53d03e2f..362eb947c8 100644 --- a/bootloader/iriver_h300.c +++ b/bootloader/iriver_h300.c @@ -210,7 +210,7 @@ void main(void) lcd_setfont(FONT_SYSFIXED); printf("Rockbox boot loader"); - printf("Version " RBVERSION); + printf("Version %s", rbversion); sleep(HZ/50); /* Allow the button driver to check the buttons */ rec_button = ((button_status() & BUTTON_REC) == BUTTON_REC) -- cgit v1.2.3