Removed not needed public statement for root node

This commit is contained in:
NicoHood 2015-10-03 07:56:48 +02:00
parent 8cab209ef9
commit 9cd24d7a0d
1 changed files with 0 additions and 1 deletions

View File

@ -46,7 +46,6 @@ protected:
const int8_t numInterfaces;
const uint8_t *endpointType;
public:
PUSBListNode *next = NULL;
friend class PluggableUSB_;