diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-02-05 15:28:53 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-02-05 15:28:53 +0000 |
commit | e9be8dc9d26b3afd8b1a162a202f0561f77fa08e (patch) | |
tree | 475be85a48c29b0b34bbc4c1c158a3788e44e92e /testhal/STM32/STM32F30x/USB_CDC_IAD/usbcfg.c | |
parent | f5a8502a288742f80cbaeb094911d75efff82b28 (diff) | |
download | ChibiOS-e9be8dc9d26b3afd8b1a162a202f0561f77fa08e.tar.gz ChibiOS-e9be8dc9d26b3afd8b1a162a202f0561f77fa08e.tar.bz2 ChibiOS-e9be8dc9d26b3afd8b1a162a202f0561f77fa08e.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7657 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32F30x/USB_CDC_IAD/usbcfg.c')
-rw-r--r-- | testhal/STM32/STM32F30x/USB_CDC_IAD/usbcfg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F30x/USB_CDC_IAD/usbcfg.c b/testhal/STM32/STM32F30x/USB_CDC_IAD/usbcfg.c index eb8fa26f1..9623ab63b 100644 --- a/testhal/STM32/STM32F30x/USB_CDC_IAD/usbcfg.c +++ b/testhal/STM32/STM32F30x/USB_CDC_IAD/usbcfg.c @@ -382,7 +382,7 @@ static void usb_event(USBDriver *usbp, usbevent_t event) { sduConfigureHookI(&SDU2);
}
else if (usbp->state == USB_SELECTED) {
-// usbDisableEndpointsI(usbp);
+ usbDisableEndpointsI(usbp);
}
chSysUnlockFromISR();
|