summaryrefslogtreecommitdiff
path: root/apps/plugins/rockbox_flash.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/rockbox_flash.c')
-rw-r--r--apps/plugins/rockbox_flash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/rockbox_flash.c b/apps/plugins/rockbox_flash.c
index 5f2117d746..4bdb0d2c69 100644
--- a/apps/plugins/rockbox_flash.c
+++ b/apps/plugins/rockbox_flash.c
@@ -30,7 +30,7 @@ PLUGIN_HEADER
30/* define DUMMY if you only want to "play" with the UI, does no harm */ 30/* define DUMMY if you only want to "play" with the UI, does no harm */
31/* #define DUMMY */ 31/* #define DUMMY */
32 32
33#define LATEST_BOOTLOADER_VERSION 2 /* update this with the bootloader */ 33#define LATEST_BOOTLOADER_VERSION 3 /* update this with the bootloader */
34 34
35#ifndef UINT8 35#ifndef UINT8
36#define UINT8 unsigned char 36#define UINT8 unsigned char