From 8ed6a8d9e3b4613a0d586d409f4c5706f21b5857 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Tue, 1 May 2012 16:53:58 +0000 Subject: Fixed bug 3522808, fixed problem with STM32 MAC driver checksum offload. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4156 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/STM32F4xx/USB_CDC/main.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'testhal/STM32F4xx') diff --git a/testhal/STM32F4xx/USB_CDC/main.c b/testhal/STM32F4xx/USB_CDC/main.c index ff6b2e15b..6e4f3b7a8 100644 --- a/testhal/STM32F4xx/USB_CDC/main.c +++ b/testhal/STM32F4xx/USB_CDC/main.c @@ -236,6 +236,7 @@ static const USBEndpointConfig ep1config = { 0x0040, 0x0000, NULL, + NULL, NULL }; @@ -250,6 +251,7 @@ static const USBEndpointConfig ep2config = { 0x0010, 0x0000, NULL, + NULL, NULL }; @@ -264,6 +266,7 @@ static const USBEndpointConfig ep3config = { 0x0000, 0x0040, NULL, + NULL, NULL }; -- cgit v1.2.3