From 7c9ad610a6068f7ee292f8259cdcd7488391a60a Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Wed, 19 Sep 2018 13:08:36 +0000 Subject: Fixed a wrong comment in usbcfg.c files. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12278 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- testex/STM32/STM32F4xx/I2C-LSM303DLHC/usbcfg.c | 2 +- testex/STM32/STM32F4xx/SPI-L3GD20/usbcfg.c | 2 +- testex/STM32/STM32F4xx/SPI-LIS302DL/usbcfg.c | 2 +- testex/STM32/STM32F4xx/SPI-LIS3DSH/usbcfg.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'testex') 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(); diff --git a/testex/STM32/STM32F4xx/SPI-L3GD20/usbcfg.c b/testex/STM32/STM32F4xx/SPI-L3GD20/usbcfg.c index b56c7d248..f3e69c237 100644 --- a/testex/STM32/STM32F4xx/SPI-L3GD20/usbcfg.c +++ b/testex/STM32/STM32F4xx/SPI-L3GD20/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(); diff --git a/testex/STM32/STM32F4xx/SPI-LIS302DL/usbcfg.c b/testex/STM32/STM32F4xx/SPI-LIS302DL/usbcfg.c index b56c7d248..f3e69c237 100644 --- a/testex/STM32/STM32F4xx/SPI-LIS302DL/usbcfg.c +++ b/testex/STM32/STM32F4xx/SPI-LIS302DL/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(); diff --git a/testex/STM32/STM32F4xx/SPI-LIS3DSH/usbcfg.c b/testex/STM32/STM32F4xx/SPI-LIS3DSH/usbcfg.c index b56c7d248..f3e69c237 100644 --- a/testex/STM32/STM32F4xx/SPI-LIS3DSH/usbcfg.c +++ b/testex/STM32/STM32F4xx/SPI-LIS3DSH/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(); -- cgit v1.2.3