summaryrefslogtreecommitdiff
path: root/firmware/export/config/ipodnano2g.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/ipodnano2g.h')
-rw-r--r--firmware/export/config/ipodnano2g.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/firmware/export/config/ipodnano2g.h b/firmware/export/config/ipodnano2g.h
index a9c7239056..8e8f40f56c 100644
--- a/firmware/export/config/ipodnano2g.h
+++ b/firmware/export/config/ipodnano2g.h
@@ -231,9 +231,14 @@
231 231
232/* Define this if you can switch on/off the accessory power supply */ 232/* Define this if you can switch on/off the accessory power supply */
233#define HAVE_ACCESSORY_SUPPLY 233#define HAVE_ACCESSORY_SUPPLY
234//#define IPOD_ACCESSORY_PROTOCOL 234
235#ifdef LOGF_SERIAL 235/* Serial */
236#ifndef BOOTLOADER
236#define HAVE_SERIAL 237#define HAVE_SERIAL
238/* Disable iAP when LOGF_SERIAL is enabled to avoid conflicts */
239#ifndef LOGF_SERIAL
240#define IPOD_ACCESSORY_PROTOCOL
241#endif
237#endif 242#endif
238 243
239/* Define this, if you can switch on/off the lineout */ 244/* Define this, if you can switch on/off the lineout */