Fix usb driver for STM32L4.

This commit is contained in:
NIIBE Yutaka
2019-05-08 12:23:53 +09:00
parent be43aa3051
commit de4ab0d3c9

View File

@@ -29,7 +29,11 @@
#include <stdint.h>
#include <stdlib.h>
#ifdef USE_SYS
#include "sys-stm32l4.h"
#endif
#include <mcu/stm32l.h>
#include "usb_lld.h"
#include "usb_lld_driver.h"