From cd635839aa4d1eb0ed9d4d891708e20b4081cff8 Mon Sep 17 00:00:00 2001 From: alle Date: Sat, 11 Jul 2009 17:40:52 +0000 Subject: [PATCH] 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 --- firmware/export/config-m200v4.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/export/config-m200v4.h b/firmware/export/config-m200v4.h index 21d777bf6..4044c3d8e 100644 --- a/firmware/export/config-m200v4.h +++ b/firmware/export/config-m200v4.h @@ -40,7 +40,7 @@ /* define this if you have access to the quickscreen */ //#define HAVE_QUICKSCREEN /* define this if you have access to the pitchscreen */ -//#define HAVE_PITCHSCREEN +#define HAVE_PITCHSCREEN /* define this if you would like tagcache to build on this target */ //#define HAVE_TAGCACHE -- 2.11.4.GIT