diff options
| author | Cástor Muñoz <cmvidal@gmail.com> | 2016-05-14 14:24:49 +0200 |
|---|---|---|
| committer | Cástor Muñoz <cmvidal@gmail.com> | 2016-05-14 19:39:09 +0200 |
| commit | 9a4cd2eaee7d389f2fa6e0d79f0f6ea526f7ef85 (patch) | |
| tree | 2cf04d46c512cf48d05c1804e03aee952885bf47 /firmware/export/config | |
| parent | 60fb707203c5b0ce2c32776890611846f0c22566 (diff) | |
| download | rockbox-9a4cd2eaee7d389f2fa6e0d79f0f6ea526f7ef85.zip rockbox-9a4cd2eaee7d389f2fa6e0d79f0f6ea526f7ef85.tar.gz rockbox-9a4cd2eaee7d389f2fa6e0d79f0f6ea526f7ef85.tar.bz2 rockbox-9a4cd2eaee7d389f2fa6e0d79f0f6ea526f7ef85.tar.xz | |
iPod Nano2G: add IPOD_ACCESSORY_PROTOCOL
Change-Id: I78a19972624504bc802d96b9b8e9cec132164c2c
Diffstat (limited to 'firmware/export/config')
| -rw-r--r-- | firmware/export/config/ipodnano2g.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/firmware/export/config/ipodnano2g.h b/firmware/export/config/ipodnano2g.h index a9c7239..8e8f40f 100644 --- a/firmware/export/config/ipodnano2g.h +++ b/firmware/export/config/ipodnano2g.h @@ -231,9 +231,14 @@ /* Define this if you can switch on/off the accessory power supply */ #define HAVE_ACCESSORY_SUPPLY -//#define IPOD_ACCESSORY_PROTOCOL -#ifdef LOGF_SERIAL + +/* Serial */ +#ifndef BOOTLOADER #define HAVE_SERIAL +/* Disable iAP when LOGF_SERIAL is enabled to avoid conflicts */ +#ifndef LOGF_SERIAL +#define IPOD_ACCESSORY_PROTOCOL +#endif #endif /* Define this, if you can switch on/off the lineout */ |