From 32f4a2999d412aba93a6a252152ec8ca204c5b96 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Wed, 30 Dec 2015 11:47:19 +0000 Subject: USBv1 ported to the new model. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8655 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/STM32/STM32F0xx/USB_CDC/usbcfg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testhal/STM32') 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 }; -- cgit v1.2.3