From b2eac6809ce7b3c1dd5f58493c2dea30a8f4ddcd Mon Sep 17 00:00:00 2001 From: Ross Owen Date: Fri, 29 Aug 2014 14:26:38 +0100 Subject: [PATCH] Added extra EA_NATIVE guard for string table struct --- module_usb_audio/endpoint0/descriptors.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/module_usb_audio/endpoint0/descriptors.h b/module_usb_audio/endpoint0/descriptors.h index dc44db10..18f2a8d8 100644 --- a/module_usb_audio/endpoint0/descriptors.h +++ b/module_usb_audio/endpoint0/descriptors.h @@ -210,7 +210,9 @@ typedef struct STR_TABLE_ENTRY(mixOutStr_8); #endif STR_TABLE_ENTRY(iAPInterfaceStr); +#ifdef IAP_EA_NATIVE_TRANS STR_TABLE_ENTRY(iAP_EANativeTransport_InterfaceStr); +#endif } StringDescTable_t; StringDescTable_t g_strTable =