diff options
author | Bertrik Sikken <bertrik@sikken.nl> | 2009-03-04 19:44:58 +0000 |
---|---|---|
committer | Bertrik Sikken <bertrik@sikken.nl> | 2009-03-04 19:44:58 +0000 |
commit | 53222580618c22ad22be7e0e66af5df3df5ca132 (patch) | |
tree | 4260afb765950735d88d5fe8d204eeaa0e87f151 | |
parent | 08b643ee57bce283db17a821c3d0d638c7ca0217 (diff) | |
download | rockbox-53222580618c22ad22be7e0e66af5df3df5ca132.tar.gz rockbox-53222580618c22ad22be7e0e66af5df3df5ca132.zip |
Make the 'serial_port' feature depend on HAVE_SERIAL instead of IPOD_ACCESSORY_PROTOCOL
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20200 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | apps/features.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/features.txt b/apps/features.txt index c323c1cf55..5241375d83 100644 --- a/apps/features.txt +++ b/apps/features.txt | |||
@@ -184,7 +184,7 @@ usbstack | |||
184 | accessory_supply | 184 | accessory_supply |
185 | #endif | 185 | #endif |
186 | 186 | ||
187 | #if defined(IPOD_ACCESSORY_PROTOCOL) | 187 | #if defined(HAVE_SERIAL) |
188 | serial_port | 188 | serial_port |
189 | #endif | 189 | #endif |
190 | 190 | ||