aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-12-20 16:53:05 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-12-20 16:53:05 +0000
commit6184745e4e2c15aea3c78b7e2e8639fd6cbf7bf6 (patch)
tree04d85548e943d1434d088b815f307ffde222f75c /testhal/STM32
parent2e7aee242c1df1223b46abaaef063b0bbccd77e9 (diff)
downloadChibiOS-6184745e4e2c15aea3c78b7e2e8639fd6cbf7bf6.tar.gz
ChibiOS-6184745e4e2c15aea3c78b7e2e8639fd6cbf7bf6.tar.bz2
ChibiOS-6184745e4e2c15aea3c78b7e2e8639fd6cbf7bf6.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7589 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32')
-rw-r--r--testhal/STM32/STM32F0xx/USB_CDC/main.c7
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;