diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2008-11-10 09:37:38 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2008-11-10 09:37:38 +0000 |
| commit | 13319cdb82b2a405b64274070d8773a1944ed665 (patch) | |
| tree | 01f6b1a1590f2427ada537f5d80d3672c06e4753 | |
| parent | 044ba22b93e5b8fdd74c5f8d59d3b63b9d148c41 (diff) | |
| download | rockbox-13319cdb82b2a405b64274070d8773a1944ed665.zip rockbox-13319cdb82b2a405b64274070d8773a1944ed665.tar.gz rockbox-13319cdb82b2a405b64274070d8773a1944ed665.tar.bz2 rockbox-13319cdb82b2a405b64274070d8773a1944ed665.tar.xz | |
oops, one more rename
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19061 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | firmware/export/config-m200v4.h (renamed from firmware/export/config-m200v2.h) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config-m200v2.h b/firmware/export/config-m200v4.h index 3acc30e..2247ec3 100644 --- a/firmware/export/config-m200v2.h +++ b/firmware/export/config-m200v4.h @@ -1,12 +1,12 @@ /* - * This config file is for the Sansa M200 series + * This config file is for the Sansa M200 V4 series */ #define TARGET_TREE /* this target is using the target tree system */ /* For Rolo and boot loader */ #define MODEL_NUMBER 42 -#define MODEL_NAME "Sandisk Sansa m200 series" +#define MODEL_NAME "Sandisk Sansa m200 v4 series" /* Enable FAT16 support */ #define HAVE_FAT16SUPPORT |