diff options
Diffstat (limited to 'testhal/STM32/USB_CDC')
-rw-r--r-- | testhal/STM32/USB_CDC/main.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/testhal/STM32/USB_CDC/main.c b/testhal/STM32/USB_CDC/main.c index 05c8fa11a..00f0d0e66 100644 --- a/testhal/STM32/USB_CDC/main.c +++ b/testhal/STM32/USB_CDC/main.c @@ -255,8 +255,6 @@ static const USBEndpointConfig ep1config = { sduDataTransmitted,
NULL,
0x0040,
- 0x0000,
- 0x00C0,
0x0000
};
@@ -268,8 +266,6 @@ static const USBEndpointConfig ep2config = { sduInterruptTransmitted,
NULL,
0x0010,
- 0x0000,
- 0x0100,
0x0000
};
@@ -281,9 +277,7 @@ static const USBEndpointConfig ep3config = { NULL,
sduDataReceived,
0x0000,
- 0x0040,
- 0x0000,
- 0x0110
+ 0x0040
};
/*
|