summaryrefslogtreecommitdiff
path: root/bootloader/mrobe500.c
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader/mrobe500.c')
-rw-r--r--bootloader/mrobe500.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/bootloader/mrobe500.c b/bootloader/mrobe500.c
index 9052cbdc3c..d6ca58e009 100644
--- a/bootloader/mrobe500.c
+++ b/bootloader/mrobe500.c
@@ -45,6 +45,7 @@
45#include "tsc2100.h" 45#include "tsc2100.h"
46#include "time.h" 46#include "time.h"
47#include "system-arm.h" 47#include "system-arm.h"
48#include "version.h"
48 49
49void main(void) 50void main(void)
50{ 51{
@@ -83,7 +84,7 @@ void main(void)
83 verbose = true; 84 verbose = true;
84 85
85 printf("Rockbox boot loader"); 86 printf("Rockbox boot loader");
86 printf("Version %s", APPSVERSION); 87 printf("Version " RBVERSION);
87 88
88 /* Enter USB mode without USB thread */ 89 /* Enter USB mode without USB thread */
89 if(usb_detect() == USB_INSERTED) 90 if(usb_detect() == USB_INSERTED)