summaryrefslogtreecommitdiff
path: root/bootloader/gigabeat-s.c
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader/gigabeat-s.c')
-rw-r--r--bootloader/gigabeat-s.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootloader/gigabeat-s.c b/bootloader/gigabeat-s.c
index 7c429a9b65..dcff26c4de 100644
--- a/bootloader/gigabeat-s.c
+++ b/bootloader/gigabeat-s.c
@@ -35,11 +35,11 @@
35#include "font.h" 35#include "font.h"
36#include "lcd.h" 36#include "lcd.h"
37#include "usb-target.h" 37#include "usb-target.h"
38#include "version.h"
38 39
39#define TAR_CHUNK 512 40#define TAR_CHUNK 512
40#define TAR_HEADER_SIZE 157 41#define TAR_HEADER_SIZE 157
41 42
42const char version[] = APPSVERSION;
43/* Where files sent via MTP are stored */ 43/* Where files sent via MTP are stored */
44static const char basedir[] = "/Content/0b00/00/"; 44static const char basedir[] = "/Content/0b00/00/";
45/* Can use memory after vector table up to 0x01f00000 */ 45/* Can use memory after vector table up to 0x01f00000 */
@@ -346,7 +346,7 @@ void main(void)
346 lcd_clear_display(); 346 lcd_clear_display();
347 347
348 printf("Gigabeat S Rockbox Bootloader"); 348 printf("Gigabeat S Rockbox Bootloader");
349 printf("Version %s", version); 349 printf("Version " RBVERSION);
350 350
351 /* Initialize KPP so we can poll the button states */ 351 /* Initialize KPP so we can poll the button states */
352 button_init_device(); 352 button_init_device();