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
This commit is contained in:
parent
08b643ee57
commit
5322258061
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ usbstack
|
||||||
accessory_supply
|
accessory_supply
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(IPOD_ACCESSORY_PROTOCOL)
|
#if defined(HAVE_SERIAL)
|
||||||
serial_port
|
serial_port
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue