Skip to content

Commit

Permalink
remove 3 endpoints to match at32u4 limit
Browse files Browse the repository at this point in the history
  • Loading branch information
facchinm committed Jun 12, 2015
1 parent 1bf2082 commit ebbd307
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions hardware/arduino/avr/cores/arduino/USBCore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -315,10 +315,7 @@ u8 _initEndpoints[] =
EP_TYPE_BULK_IN, // CDC_ENDPOINT_IN

#ifdef PLUGGABLE_USB_ENABLED
//allocate 6 endpoints and remove const so they can be changed by the user
0,
0,
0,
//allocate 3 endpoints and remove const so they can be changed by the user
0,
0,
0,
Expand Down

0 comments on commit ebbd307

Please sign in to comment.