summaryrefslogtreecommitdiff
path: root/firmware/export/config-meizu-m6sp.h
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2008-10-02 18:08:41 +0000
committerDave Chapman <dave@dchapman.com>2008-10-02 18:08:41 +0000
commit6d5b54081a9420456fa47e103d13472f9285faf7 (patch)
tree3559389ff30ef3ce957c88547f382be8447fb915 /firmware/export/config-meizu-m6sp.h
parent82131ac98c0144b5e430e643c23e2b90e5985214 (diff)
downloadrockbox-6d5b54081a9420456fa47e103d13472f9285faf7.tar.gz
rockbox-6d5b54081a9420456fa47e103d13472f9285faf7.zip
Change the MODEL_NUMBER for various new ports so that it is unique again.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18684 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-meizu-m6sp.h')
-rw-r--r--firmware/export/config-meizu-m6sp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config-meizu-m6sp.h b/firmware/export/config-meizu-m6sp.h
index 4867904f4d..a78d239c2d 100644
--- a/firmware/export/config-meizu-m6sp.h
+++ b/firmware/export/config-meizu-m6sp.h
@@ -4,7 +4,7 @@
4#define TARGET_TREE /* this target is using the target tree system */ 4#define TARGET_TREE /* this target is using the target tree system */
5 5
6/* For Rolo and boot loader */ 6/* For Rolo and boot loader */
7#define MODEL_NUMBER 1 7#define MODEL_NUMBER 37
8 8
9#define MODEL_NAME "Meizu M6SP" 9#define MODEL_NAME "Meizu M6SP"
10 10