diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-12-25 08:59:10 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-12-25 08:59:10 +0000 |
commit | 4b601a5d0fd06f8e238c17fb96633100ecc59503 (patch) | |
tree | 0ed28cfc2e87f0a346850c49a9343df30604f218 /testhal/STM32/STM32F3xx/USB_CDC_IAD/usbcfg.h | |
parent | 6a20a7107a016a4cb43c3f98362b447f883db8c8 (diff) | |
download | ChibiOS-4b601a5d0fd06f8e238c17fb96633100ecc59503.tar.gz ChibiOS-4b601a5d0fd06f8e238c17fb96633100ecc59503.tar.bz2 ChibiOS-4b601a5d0fd06f8e238c17fb96633100ecc59503.zip |
USB upgrade.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8641 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32F3xx/USB_CDC_IAD/usbcfg.h')
-rw-r--r-- | testhal/STM32/STM32F3xx/USB_CDC_IAD/usbcfg.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testhal/STM32/STM32F3xx/USB_CDC_IAD/usbcfg.h b/testhal/STM32/STM32F3xx/USB_CDC_IAD/usbcfg.h index a97780b09..7c6aaebf3 100644 --- a/testhal/STM32/STM32F3xx/USB_CDC_IAD/usbcfg.h +++ b/testhal/STM32/STM32F3xx/USB_CDC_IAD/usbcfg.h @@ -20,6 +20,8 @@ extern const USBConfig usbcfg;
extern SerialUSBConfig serusbcfg1;
extern SerialUSBConfig serusbcfg2;
+extern SerialUSBDriver SDU1;
+extern SerialUSBDriver SDU2;
#endif /* _USBCFG_H_ */
|