diff options
| author | Alexander Levin <al.le@rockbox.org> | 2009-07-11 17:40:52 +0000 |
|---|---|---|
| committer | Alexander Levin <al.le@rockbox.org> | 2009-07-11 17:40:52 +0000 |
| commit | bc27e0f57c1869f4bab696410a99aa3f90aedbd7 (patch) | |
| tree | e4deb878d9044969bc52b8d6e35c6007d3aea3c6 | |
| parent | 77651585134575d81c873d9392366b4bbe6fc18c (diff) | |
| download | rockbox-bc27e0f57c1869f4bab696410a99aa3f90aedbd7.zip rockbox-bc27e0f57c1869f4bab696410a99aa3f90aedbd7.tar.gz rockbox-bc27e0f57c1869f4bab696410a99aa3f90aedbd7.tar.bz2 rockbox-bc27e0f57c1869f4bab696410a99aa3f90aedbd7.tar.xz | |
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config-m200v4.h b/firmware/export/config-m200v4.h index 21d777b..4044c3d 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 |