Skip to content

Commit 7fdb0ef

Browse files
committed
Removed not needed public statement for root node
1 parent 65b8430 commit 7fdb0ef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: hardware/arduino/avr/cores/arduino/PluggableUSB.h

-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ class PUSBListNode {
4646
const int8_t numInterfaces;
4747
const uint8_t *endpointType;
4848

49-
public:
5049
PUSBListNode *next = NULL;
5150

5251
friend class PluggableUSB_;

0 commit comments

Comments
 (0)