File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
source/hic_hal/nxp/lpc11u35 Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -94,11 +94,7 @@ This information includes:
94
94
/// This configuration settings is used to optimize the communication performance with the
95
95
/// debugger and depends on the USB peripheral. Typical vales are 64 for Full-speed USB HID or WinUSB,
96
96
/// 1024 for High-speed USB HID and 512 for High-speed USB WinUSB.
97
- #ifndef HID_ENDPOINT //HID end points currently set limits to 64
98
- #define DAP_PACKET_SIZE 512 ///< Specifies Packet Size in bytes.
99
- #else
100
97
#define DAP_PACKET_SIZE 64 ///< Specifies Packet Size in bytes.
101
- #endif
102
98
103
99
/// Maximum Package Buffers for Command and Response data.
104
100
/// This configuration settings is used to optimize the communication performance with the
You can’t perform that action at this time.
0 commit comments