Fix USB driver for STM32F103.

This commit is contained in:
NIIBE Yutaka
2017-11-15 09:34:13 +09:00
parent 5ac8a1f251
commit 035057db24
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2017-11-15 NIIBE Yutaka <gniibe@fsij.org>
* mcu/usb-stm32f103.c (usb_lld_event_handler): Fix suspend/resume.
2017-11-14 NIIBE Yutaka <gniibe@fsij.org>
* usb_lld.h (DEVICE_STATE): Add prefix USB_DEVICE_STATE_.