From 86c8bc9128ab21c6f688a9a08352aac725d912c8 Mon Sep 17 00:00:00 2001 From: Keith Au Date: Tue, 11 Feb 2020 12:07:27 +0800 Subject: [PATCH] commit after updating to latest develop branch on 10 Feb 2020 --- lib_xua/api/xua_conf_default.h | 2 +- lib_xua/src/core/endpoint0/xua_ep0_descriptors.h | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/lib_xua/api/xua_conf_default.h b/lib_xua/api/xua_conf_default.h index 6255221e..65894a8c 100644 --- a/lib_xua/api/xua_conf_default.h +++ b/lib_xua/api/xua_conf_default.h @@ -244,7 +244,7 @@ * @brief Default USB input (Audio output) bit resolution */ #ifndef DEFAULT_BIT_RES_IN -#define DEFAULT_BIT_RES_IN (16) +#define DEFAULT_BIT_RES_IN (32) #endif /** diff --git a/lib_xua/src/core/endpoint0/xua_ep0_descriptors.h b/lib_xua/src/core/endpoint0/xua_ep0_descriptors.h index dd284b0a..9faca34a 100644 --- a/lib_xua/src/core/endpoint0/xua_ep0_descriptors.h +++ b/lib_xua/src/core/endpoint0/xua_ep0_descriptors.h @@ -20,8 +20,6 @@ #include "iap2.h" /* Defines iAP EA Native Transport protocol name */ #endif -#include "xua_conf.h" - #define APPEND_VENDOR_STR(x) VENDOR_STR" "#x #define APPEND_PRODUCT_STR_A2(x) PRODUCT_STR_A2 " "#x