diff options
| author | Björn Stenberg <bjorn@haxx.se> | 2004-09-17 11:47:58 +0000 |
|---|---|---|
| committer | Björn Stenberg <bjorn@haxx.se> | 2004-09-17 11:47:58 +0000 |
| commit | 17f54a40f100a3343a15a431d235699024aa76c8 (patch) | |
| tree | f39ac7f60bdb4ac97eb577eecbb7b8768485b4a3 | |
| parent | 65bf851ece9709c100af0153f551aa1642211935 (diff) | |
| download | rockbox-17f54a40f100a3343a15a431d235699024aa76c8.zip rockbox-17f54a40f100a3343a15a431d235699024aa76c8.tar.gz rockbox-17f54a40f100a3343a15a431d235699024aa76c8.tar.bz2 rockbox-17f54a40f100a3343a15a431d235699024aa76c8.tar.xz | |
Neo has a processor too...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5090 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | firmware/export/config-neo35.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-neo35.h b/firmware/export/config-neo35.h index 0f50724..fd5592f 100644 --- a/firmware/export/config-neo35.h +++ b/firmware/export/config-neo35.h @@ -7,6 +7,9 @@ /* define this if you have the Player's keyboard */ #define HAVE_NEO_KEYPAD 1 +/* Define this if you have a SH7034 */ +#define HAVE_SH7034 + /* Define this if you have a MAS3507D */ #define HAVE_MAS3507D |