From f8af92041d1e45f10f25f06cb9019c8c16b9d383 Mon Sep 17 00:00:00 2001 From: Russell Gallop Date: Tue, 30 Aug 2011 18:03:29 +0100 Subject: [PATCH] Add #define for 30 pin connector or USB B --- module_usb_aud_shared/devicedefines.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/module_usb_aud_shared/devicedefines.h b/module_usb_aud_shared/devicedefines.h index 8bc28adf..8c604ec7 100644 --- a/module_usb_aud_shared/devicedefines.h +++ b/module_usb_aud_shared/devicedefines.h @@ -21,6 +21,10 @@ #undef IAP_BUFFERED #endif +#if defined(CONNECTOR_30_PIN) && (CONNECTOR_30_PIN == 0) +#undef CONNECTOR_30_PIN +#endif + #if defined(MIDI) && (MIDI == 0) #undef MIDI #endif