diff options
| author | Rafaël Carré <rafael.carre@gmail.com> | 2010-02-22 07:31:40 +0000 |
|---|---|---|
| committer | Rafaël Carré <rafael.carre@gmail.com> | 2010-02-22 07:31:40 +0000 |
| commit | bb3a8291f22cd47417de0cd8f91b73b004556228 (patch) | |
| tree | b719e0bb1baaaeae9922ace4ee5f314887b95e5e | |
| parent | b347245d7cd7b4b3bf059772f880a92ab9b48e16 (diff) | |
| download | rockbox-bb3a8291f22cd47417de0cd8f91b73b004556228.zip rockbox-bb3a8291f22cd47417de0cd8f91b73b004556228.tar.gz rockbox-bb3a8291f22cd47417de0cd8f91b73b004556228.tar.bz2 rockbox-bb3a8291f22cd47417de0cd8f91b73b004556228.tar.xz | |
Fix model number for Clipv2 & Clip+ (same than in scramble.c)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24850 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | firmware/export/config/sansaclipplus.h | 2 | ||||
| -rw-r--r-- | firmware/export/config/sansaclipv2.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config/sansaclipplus.h b/firmware/export/config/sansaclipplus.h index 216f44c..2b10099 100644 --- a/firmware/export/config/sansaclipplus.h +++ b/firmware/export/config/sansaclipplus.h @@ -4,7 +4,7 @@ #define TARGET_TREE /* this target is using the target tree system */ /* For Rolo and boot loader */ -#define MODEL_NUMBER 68 +#define MODEL_NUMBER 66 #define MODEL_NAME "Sandisk Sansa Clip+" #define FIRMWARE_OFFSET_FILE_DATA 8 #define FIRMWARE_OFFSET_FILE_CRC 0 diff --git a/firmware/export/config/sansaclipv2.h b/firmware/export/config/sansaclipv2.h index 26c54a4..e44ce06 100644 --- a/firmware/export/config/sansaclipv2.h +++ b/firmware/export/config/sansaclipv2.h @@ -4,7 +4,7 @@ #define TARGET_TREE /* this target is using the target tree system */ /* For Rolo and boot loader */ -#define MODEL_NUMBER 66 +#define MODEL_NUMBER 60 #define MODEL_NAME "Sandisk Sansa Clipv2" #define FIRMWARE_OFFSET_FILE_DATA 8 #define FIRMWARE_OFFSET_FILE_CRC 0 |