diff options
author | Linus Nielsen Feltzing <linus@haxx.se> | 2006-02-21 21:35:06 +0000 |
---|---|---|
committer | Linus Nielsen Feltzing <linus@haxx.se> | 2006-02-21 21:35:06 +0000 |
commit | 8850c61ee1270b670533ea0810a73ce9a5b30c86 (patch) | |
tree | 5a8e055c90864971b06b9b9af6f09936e387f359 /firmware/export | |
parent | 88c57383fb6b1bb7c848b830daf519e6b26005f0 (diff) |
No X5 remote support just yet
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8769 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r-- | firmware/export/config-iaudiox5.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/export/config-iaudiox5.h b/firmware/export/config-iaudiox5.h index 8250e0853b..80d9ef02df 100644 --- a/firmware/export/config-iaudiox5.h +++ b/firmware/export/config-iaudiox5.h @@ -30,8 +30,9 @@ /* Define this if you do software codec */ #define CONFIG_CODEC SWCODEC -/* Define this if you have an remote lcd */ +/* Define this if you have an remote lcd #define HAVE_REMOTE_LCD +*/ #define CONFIG_LCD LCD_X5 |