aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F4xx/USB_CDC/usbcfg.h
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-12-22 16:12:32 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-12-22 16:12:32 +0000
commita3528b0e3edfb0667c39d61b21396fc852bd9fcd (patch)
tree2f0993f54b5403f5955004ab0bcdcae9abd9ab5b /testhal/STM32/STM32F4xx/USB_CDC/usbcfg.h
parent2f7be482b19d34ec9bc86ce31d589430e2737e29 (diff)
downloadChibiOS-a3528b0e3edfb0667c39d61b21396fc852bd9fcd.tar.gz
ChibiOS-a3528b0e3edfb0667c39d61b21396fc852bd9fcd.tar.bz2
ChibiOS-a3528b0e3edfb0667c39d61b21396fc852bd9fcd.zip
Updated Serial-USB driver using the new buffering mechanism. Only the STM32F4 CDC demo updated for it. Apparently it works.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8631 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32F4xx/USB_CDC/usbcfg.h')
-rw-r--r--testhal/STM32/STM32F4xx/USB_CDC/usbcfg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/testhal/STM32/STM32F4xx/USB_CDC/usbcfg.h b/testhal/STM32/STM32F4xx/USB_CDC/usbcfg.h
index 2ffaa17f9..2da1c40a4 100644
--- a/testhal/STM32/STM32F4xx/USB_CDC/usbcfg.h
+++ b/testhal/STM32/STM32F4xx/USB_CDC/usbcfg.h
@@ -19,6 +19,7 @@
extern const USBConfig usbcfg;
extern SerialUSBConfig serusbcfg;
+extern SerialUSBDriver SDU1;
#endif /* _USBCFG_H_ */