diff options
Diffstat (limited to 'testhal/STM32F4xx/USB_CDC/main.c')
-rw-r--r-- | testhal/STM32F4xx/USB_CDC/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32F4xx/USB_CDC/main.c b/testhal/STM32F4xx/USB_CDC/main.c index 7bbdfd870..d6ab3eac1 100644 --- a/testhal/STM32F4xx/USB_CDC/main.c +++ b/testhal/STM32F4xx/USB_CDC/main.c @@ -242,7 +242,7 @@ static const USBEndpointConfig ep1config = { 0x0000,
&ep1instate,
NULL,
- 4,
+ 2,
NULL
};
|