From 9a4cd2eaee7d389f2fa6e0d79f0f6ea526f7ef85 Mon Sep 17 00:00:00 2001 From: Cástor Muñoz Date: Sat, 14 May 2016 14:24:49 +0200 Subject: iPod Nano2G: add IPOD_ACCESSORY_PROTOCOL Change-Id: I78a19972624504bc802d96b9b8e9cec132164c2c --- firmware/export/config/ipodnano2g.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'firmware/export/config/ipodnano2g.h') 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 @@ /* 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 */ -- cgit v1.2.3