diff --git a/lib_xua/src/core/endpoint0/xua_ep0_wrapper.xc b/lib_xua/src/core/endpoint0/xua_ep0_wrapper.xc index 306fc26a..092345a0 100644 --- a/lib_xua/src/core/endpoint0/xua_ep0_wrapper.xc +++ b/lib_xua/src/core/endpoint0/xua_ep0_wrapper.xc @@ -2,6 +2,8 @@ #include #include #include "xua.h" + +#if XUA_USB_EN #include "xua_ep0_wrapper.h" #define DEBUG_UNIT EP0_WRAPPER @@ -46,3 +48,4 @@ void XUA_Endpoint0_select(chanend c_ep0_out, chanend c_ep0_in, client ep0_contro } } } +#endif