summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2009-03-04 21:01:14 +0000
committerBertrik Sikken <bertrik@sikken.nl>2009-03-04 21:01:14 +0000
commite54c1cc9a2f9053245feddf70243aa357f18870d (patch)
treec224e56499d929b67b84b58277467e36b2c094a5
parent53222580618c22ad22be7e0e66af5df3df5ca132 (diff)
downloadrockbox-e54c1cc9a2f9053245feddf70243aa357f18870d.tar.gz
rockbox-e54c1cc9a2f9053245feddf70243aa357f18870d.zip
Revert r20200, it was incorrect. The feature 'serial_port' refers to serial ports that can be configured. Possibly the feature should be renamed instead.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20201 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/features.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/features.txt b/apps/features.txt
index 5241375d83..c323c1cf55 100644
--- a/apps/features.txt
+++ b/apps/features.txt
@@ -184,7 +184,7 @@ usbstack
184accessory_supply 184accessory_supply
185#endif 185#endif
186 186
187#if defined(HAVE_SERIAL) 187#if defined(IPOD_ACCESSORY_PROTOCOL)
188serial_port 188serial_port
189#endif 189#endif
190 190