Removed not needed public statement for root node
This commit is contained in:
parent
a6c4a6395e
commit
9196eaed87
|
@ -46,7 +46,6 @@ protected:
|
||||||
const int8_t numInterfaces;
|
const int8_t numInterfaces;
|
||||||
const uint8_t *endpointType;
|
const uint8_t *endpointType;
|
||||||
|
|
||||||
public:
|
|
||||||
PUSBListNode *next = NULL;
|
PUSBListNode *next = NULL;
|
||||||
|
|
||||||
friend class PluggableUSB_;
|
friend class PluggableUSB_;
|
||||||
|
|
Loading…
Reference in New Issue