summaryrefslogtreecommitdiff
path: root/apps/plugins/rockbox_flash.c
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2009-03-24 01:11:44 +0000
committerJens Arnold <amiconn@rockbox.org>2009-03-24 01:11:44 +0000
commita5501d68ccbb2f9690cb8d6a83b17b4bb204aa6c (patch)
tree82bcfda8515b50458bc13991eb7b5cb45376c4e7 /apps/plugins/rockbox_flash.c
parenta8c22dec4322c6e1ab674731076eed0b1584914b (diff)
downloadrockbox-a5501d68ccbb2f9690cb8d6a83b17b4bb204aa6c.tar.gz
rockbox-a5501d68ccbb2f9690cb8d6a83b17b4bb204aa6c.zip
Bump flash image version and adapt flashing documentation.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20510 a1c6a512-1295-4272-9138-f99709370657
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