Removed not needed public statement for root node

This commit is contained in:
NicoHood 2015-10-03 07:56:48 +02:00
parent a6c4a6395e
commit 9196eaed87
1 changed files with 0 additions and 1 deletions

View File

@ -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_;