From 41cb59dc8d2af4321befc2f4957af33d06818d16 Mon Sep 17 00:00:00 2001 From: xross Date: Mon, 30 May 2022 17:59:18 +0100 Subject: [PATCH] Removed IAP related defines --- lib_xua/api/xua_conf_default.h | 31 ------------------------------- lib_xua/api/xua_conf_full.h | 4 +--- 2 files changed, 1 insertion(+), 34 deletions(-) diff --git a/lib_xua/api/xua_conf_default.h b/lib_xua/api/xua_conf_default.h index 0d0fd428..ca89acd1 100644 --- a/lib_xua/api/xua_conf_default.h +++ b/lib_xua/api/xua_conf_default.h @@ -1140,37 +1140,6 @@ #endif #endif -/* IAP */ -#if defined(IAP) && (IAP == 0) -#undef IAP -#endif - -/* IAP Interrupt endpoint */ -#if defined(IAP_INT_EP) && (IAP_INT_EP == 0) -#undef IAP_INT_EP -#endif - -/* IAP EA Native Transport */ -#if defined(IAP_EA_NATIVE_TRANS) && (IAP_EA_NATIVE_TRANS == 0) -#undef IAP_EA_NATIVE_TRANS -#endif - -#if defined(IAP_EA_NATIVE_TRANS) || defined(__DOXYGEN__) -/** - * @brief Number of supported EA Native Interface Alternative settings. - * - * Only 1 supported - */ -#ifndef IAP_EA_NATIVE_TRANS_ALT_COUNT - #define IAP_EA_NATIVE_TRANS_ALT_COUNT 1 -#endif - -#if (IAP_EA_NATIVE_TRANS_ALT_COUNT > 1) - /* Only 1 supported */ - #error -#endif -#endif - /* Always enable explicit feedback EP, even when input stream is present */ #ifndef UAC_FORCE_FEEDBACK_EP #define UAC_FORCE_FEEDBACK_EP (1) diff --git a/lib_xua/api/xua_conf_full.h b/lib_xua/api/xua_conf_full.h index ff4bfd0b..6b78bb55 100644 --- a/lib_xua/api/xua_conf_full.h +++ b/lib_xua/api/xua_conf_full.h @@ -1,4 +1,4 @@ -// Copyright 2017-2021 XMOS LIMITED. +// Copyright 2017-2022 XMOS LIMITED. // This Software is subject to the terms of the XMOS Public Licence: Version 1. #ifndef __XUA_CONF_FULL_H__ #define __XUA_CONF_FULL_H__ @@ -9,6 +9,4 @@ #include "xua_conf_default.h" - - #endif