diff options
| author | Bertrik Sikken <bertrik@sikken.nl> | 2009-03-04 21:01:14 +0000 |
|---|---|---|
| committer | Bertrik Sikken <bertrik@sikken.nl> | 2009-03-04 21:01:14 +0000 |
| commit | e54c1cc9a2f9053245feddf70243aa357f18870d (patch) | |
| tree | c224e56499d929b67b84b58277467e36b2c094a5 | |
| parent | 53222580618c22ad22be7e0e66af5df3df5ca132 (diff) | |
| download | rockbox-e54c1cc9a2f9053245feddf70243aa357f18870d.zip rockbox-e54c1cc9a2f9053245feddf70243aa357f18870d.tar.gz rockbox-e54c1cc9a2f9053245feddf70243aa357f18870d.tar.bz2 rockbox-e54c1cc9a2f9053245feddf70243aa357f18870d.tar.xz | |
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.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/features.txt b/apps/features.txt index 5241375..c323c1c 100644 --- a/apps/features.txt +++ b/apps/features.txt @@ -184,7 +184,7 @@ usbstack accessory_supply #endif -#if defined(HAVE_SERIAL) +#if defined(IPOD_ACCESSORY_PROTOCOL) serial_port #endif |