diff options
author | Nils Wallménius <nils@rockbox.org> | 2007-05-28 19:26:24 +0000 |
---|---|---|
committer | Nils Wallménius <nils@rockbox.org> | 2007-05-28 19:26:24 +0000 |
commit | 68030f1a427f286fa43eb863bea3ceb21eb54650 (patch) | |
tree | 43bd2c9813bfa5e498abe7cd61b62c4452cd2070 /firmware | |
parent | 8b6d9b341ee6e4d52a1fb586c5ebdab257006089 (diff) |
Accept FS#7228 by Dagni McPhee enable pitchscreen on sansa
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13505 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r-- | firmware/export/config-e200.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-e200.h b/firmware/export/config-e200.h index edb73e80eb..73ff2e69ba 100644 --- a/firmware/export/config-e200.h +++ b/firmware/export/config-e200.h @@ -34,6 +34,9 @@ /* 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 this if you would like tagcache to build on this target */ #define HAVE_TAGCACHE |