diff options
Diffstat (limited to 'testhal/STM32/STM32L0xx')
-rw-r--r-- | testhal/STM32/STM32L0xx/USB_CDC/usbcfg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32L0xx/USB_CDC/usbcfg.c b/testhal/STM32/STM32L0xx/USB_CDC/usbcfg.c index ad4d01899..4c5809ad9 100644 --- a/testhal/STM32/STM32L0xx/USB_CDC/usbcfg.c +++ b/testhal/STM32/STM32L0xx/USB_CDC/usbcfg.c @@ -298,7 +298,7 @@ static void usb_event(USBDriver *usbp, usbevent_t event) { case USB_EVENT_WAKEUP:
chSysLockFromISR();
- /* Disconnection event on suspend.*/
+ /* Connection event on wakeup.*/
sduWakeupHookI(&SDU1);
chSysUnlockFromISR();
|