diff options
Diffstat (limited to 'testhal')
-rw-r--r-- | testhal/STM32/STM32F0xx/USB_CDC/main.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/testhal/STM32/STM32F0xx/USB_CDC/main.c b/testhal/STM32/STM32F0xx/USB_CDC/main.c index f6f304cdc..24ee2c278 100644 --- a/testhal/STM32/STM32F0xx/USB_CDC/main.c +++ b/testhal/STM32/STM32F0xx/USB_CDC/main.c @@ -36,13 +36,6 @@ #define USBD1_INTERRUPT_REQUEST_EP 2
/*
- * DP resistor control is not possible on the STM32F3-Discovery, using stubs
- * for the connection macros.
- */
-#define usb_lld_connect_bus(usbp)
-#define usb_lld_disconnect_bus(usbp)
-
-/*
* Serial over USB Driver structure.
*/
static SerialUSBDriver SDU1;
|