From e9be8dc9d26b3afd8b1a162a202f0561f77fa08e Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Thu, 5 Feb 2015 15:28:53 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7657 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- .../debug/STM32F30x-USB_CDC_IAD (OpenOCD, Flash and Run).launch | 2 +- testhal/STM32/STM32F30x/USB_CDC_IAD/usbcfg.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'testhal/STM32/STM32F30x/USB_CDC_IAD') diff --git a/testhal/STM32/STM32F30x/USB_CDC_IAD/debug/STM32F30x-USB_CDC_IAD (OpenOCD, Flash and Run).launch b/testhal/STM32/STM32F30x/USB_CDC_IAD/debug/STM32F30x-USB_CDC_IAD (OpenOCD, Flash and Run).launch index 4ba94fc0d..a1f5ed451 100644 --- a/testhal/STM32/STM32F30x/USB_CDC_IAD/debug/STM32F30x-USB_CDC_IAD (OpenOCD, Flash and Run).launch +++ b/testhal/STM32/STM32F30x/USB_CDC_IAD/debug/STM32F30x-USB_CDC_IAD (OpenOCD, Flash and Run).launch @@ -33,7 +33,7 @@ - + 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(); -- cgit v1.2.3