1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-11-29 10:24:12 +01:00

Removed not needed public statement for root node

This commit is contained in:
NicoHood 2015-10-03 07:56:48 +02:00
parent 65b8430fec
commit 7fdb0efc98

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