diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-09-03 13:26:42 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-09-03 13:26:42 +0000 |
commit | 862f7293318dca2236b26ef686752ebf80e8d148 (patch) | |
tree | 129eab4c40ed223adb6b153658e3bbdd9b1e065e /firmware/export/config-fmrecorder.h | |
parent | 762a6c6d8ac10928fd458006cacca8194bf43ac6 (diff) |
fixed rom start index
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5036 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-fmrecorder.h')
-rw-r--r-- | firmware/export/config-fmrecorder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config-fmrecorder.h b/firmware/export/config-fmrecorder.h index 3187038906..440614df85 100644 --- a/firmware/export/config-fmrecorder.h +++ b/firmware/export/config-fmrecorder.h @@ -56,4 +56,4 @@ #define HAVE_BATTERIES 1 /* The start address index for ROM builds */ -#define ROM_START 0x12010 +#define ROM_START 0x14010 |