diff --git a/mcu/usb-stm32l4.c b/mcu/usb-stm32l4.c index 4b19b1d..b860295 100644 --- a/mcu/usb-stm32l4.c +++ b/mcu/usb-stm32l4.c @@ -29,7 +29,11 @@ #include #include +#ifdef USE_SYS #include "sys-stm32l4.h" +#endif + +#include #include "usb_lld.h" #include "usb_lld_driver.h"