aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F4xx/USB_CDC/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32F4xx/USB_CDC/main.c')
-rw-r--r--testhal/STM32F4xx/USB_CDC/main.c3
1 files changed, 3 insertions, 0 deletions
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
};