aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F3xx/SPI-L3GD20/usbcfg.c
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32/STM32F3xx/SPI-L3GD20/usbcfg.c')
-rw-r--r--testhal/STM32/STM32F3xx/SPI-L3GD20/usbcfg.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/testhal/STM32/STM32F3xx/SPI-L3GD20/usbcfg.c b/testhal/STM32/STM32F3xx/SPI-L3GD20/usbcfg.c
index 13a2e7ee3..949321a59 100644
--- a/testhal/STM32/STM32F3xx/SPI-L3GD20/usbcfg.c
+++ b/testhal/STM32/STM32F3xx/SPI-L3GD20/usbcfg.c
@@ -285,6 +285,8 @@ static void usb_event(USBDriver *usbp, usbevent_t event) {
chSysUnlockFromISR();
return;
+ case USB_EVENT_UNCONFIGURED:
+ return;
case USB_EVENT_SUSPEND:
chSysLockFromISR();