aboutsummaryrefslogtreecommitdiffstats
path: root/testex/STM32/STM32F4xx/I2C-LSM303DLHC/usbcfg.c
diff options
context:
space:
mode:
Diffstat (limited to 'testex/STM32/STM32F4xx/I2C-LSM303DLHC/usbcfg.c')
-rw-r--r--testex/STM32/STM32F4xx/I2C-LSM303DLHC/usbcfg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testex/STM32/STM32F4xx/I2C-LSM303DLHC/usbcfg.c b/testex/STM32/STM32F4xx/I2C-LSM303DLHC/usbcfg.c
index b56c7d248..f3e69c237 100644
--- a/testex/STM32/STM32F4xx/I2C-LSM303DLHC/usbcfg.c
+++ b/testex/STM32/STM32F4xx/I2C-LSM303DLHC/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();