From 95b80ebf720864651be3f079545aa7e0c11060ca Mon Sep 17 00:00:00 2001 From: mbanth Date: Wed, 9 Jun 2021 16:17:02 +0100 Subject: [PATCH] Fix incorrect comment --- lib_xua/src/core/endpoint0/xua_ep0_uacreqs.xc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib_xua/src/core/endpoint0/xua_ep0_uacreqs.xc b/lib_xua/src/core/endpoint0/xua_ep0_uacreqs.xc index 89169336..18d53f4d 100644 --- a/lib_xua/src/core/endpoint0/xua_ep0_uacreqs.xc +++ b/lib_xua/src/core/endpoint0/xua_ep0_uacreqs.xc @@ -1285,4 +1285,4 @@ XUD_Result_t AudioClassRequests_1(XUD_ep ep0_out, XUD_ep ep0_in, USB_SetupPacket return XUD_RES_ERR; } #endif -#endif /* NO_USB */ +#endif /* XUA_USB_EN */