diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-12-30 11:47:19 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-12-30 11:47:19 +0000 |
commit | 32f4a2999d412aba93a6a252152ec8ca204c5b96 (patch) | |
tree | d25e0b223bf1e2089132c4d16f3bc95cd2df256f /testhal/STM32/STM32F0xx | |
parent | 73b405b13ff98171368c9b76aa37f07f189eb31f (diff) | |
download | ChibiOS-32f4a2999d412aba93a6a252152ec8ca204c5b96.tar.gz ChibiOS-32f4a2999d412aba93a6a252152ec8ca204c5b96.tar.bz2 ChibiOS-32f4a2999d412aba93a6a252152ec8ca204c5b96.zip |
USBv1 ported to the new model.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8655 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32F0xx')
-rw-r--r-- | testhal/STM32/STM32F0xx/USB_CDC/usbcfg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F0xx/USB_CDC/usbcfg.c b/testhal/STM32/STM32F0xx/USB_CDC/usbcfg.c index 07a492758..0b7b99767 100644 --- a/testhal/STM32/STM32F0xx/USB_CDC/usbcfg.c +++ b/testhal/STM32/STM32F0xx/USB_CDC/usbcfg.c @@ -235,7 +235,7 @@ static const USBEndpointConfig ep1config = { 0x0040,
&ep1instate,
&ep1outstate,
- 2,
+ 1,
NULL
};
|