We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f37547e commit ada0e4cCopy full SHA for ada0e4c
hardware/arduino/avr/cores/arduino/USBCore.cpp
@@ -315,10 +315,7 @@ u8 _initEndpoints[] =
315
EP_TYPE_BULK_IN, // CDC_ENDPOINT_IN
316
317
#ifdef PLUGGABLE_USB_ENABLED
318
- //allocate 6 endpoints and remove const so they can be changed by the user
319
- 0,
320
321
+ //allocate 3 endpoints and remove const so they can be changed by the user
322
0,
323
324
0 commit comments