diff options
Diffstat (limited to 'demos/AVR/RT-TEENSY2-USB/usbcfg.c')
-rw-r--r-- | demos/AVR/RT-TEENSY2-USB/usbcfg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/AVR/RT-TEENSY2-USB/usbcfg.c b/demos/AVR/RT-TEENSY2-USB/usbcfg.c index 979161ae5..03129adc1 100644 --- a/demos/AVR/RT-TEENSY2-USB/usbcfg.c +++ b/demos/AVR/RT-TEENSY2-USB/usbcfg.c @@ -280,7 +280,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(); |