summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Levin <al.le@rockbox.org>2009-07-11 17:40:52 +0000
committerAlexander Levin <al.le@rockbox.org>2009-07-11 17:40:52 +0000
commitbc27e0f57c1869f4bab696410a99aa3f90aedbd7 (patch)
treee4deb878d9044969bc52b8d6e35c6007d3aea3c6
parent77651585134575d81c873d9392366b4bbe6fc18c (diff)
downloadrockbox-bc27e0f57c1869f4bab696410a99aa3f90aedbd7.tar.gz
rockbox-bc27e0f57c1869f4bab696410a99aa3f90aedbd7.zip
Fix red for sansa m200v4 (it also should have the pitchscreenif sansa m200 has it)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21783 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/config-m200v4.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config-m200v4.h b/firmware/export/config-m200v4.h
index 21d777bf6d..4044c3d8ef 100644
--- a/firmware/export/config-m200v4.h
+++ b/firmware/export/config-m200v4.h
@@ -40,7 +40,7 @@
40/* define this if you have access to the quickscreen */ 40/* define this if you have access to the quickscreen */
41//#define HAVE_QUICKSCREEN 41//#define HAVE_QUICKSCREEN
42/* define this if you have access to the pitchscreen */ 42/* define this if you have access to the pitchscreen */
43//#define HAVE_PITCHSCREEN 43#define HAVE_PITCHSCREEN
44 44
45/* define this if you would like tagcache to build on this target */ 45/* define this if you would like tagcache to build on this target */
46//#define HAVE_TAGCACHE 46//#define HAVE_TAGCACHE