summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2004-09-17 11:47:58 +0000
committerBjörn Stenberg <bjorn@haxx.se>2004-09-17 11:47:58 +0000
commit17f54a40f100a3343a15a431d235699024aa76c8 (patch)
treef39ac7f60bdb4ac97eb577eecbb7b8768485b4a3 /firmware/export
parent65bf851ece9709c100af0153f551aa1642211935 (diff)
downloadrockbox-17f54a40f100a3343a15a431d235699024aa76c8.tar.gz
rockbox-17f54a40f100a3343a15a431d235699024aa76c8.zip
Neo has a processor too...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5090 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-neo35.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-neo35.h b/firmware/export/config-neo35.h
index 0f50724c52..fd5592f153 100644
--- a/firmware/export/config-neo35.h
+++ b/firmware/export/config-neo35.h
@@ -7,6 +7,9 @@
7/* define this if you have the Player's keyboard */ 7/* define this if you have the Player's keyboard */
8#define HAVE_NEO_KEYPAD 1 8#define HAVE_NEO_KEYPAD 1
9 9
10/* Define this if you have a SH7034 */
11#define HAVE_SH7034
12
10/* Define this if you have a MAS3507D */ 13/* Define this if you have a MAS3507D */
11#define HAVE_MAS3507D 14#define HAVE_MAS3507D
12 15