aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicoHood <NicoHood@users.noreply.github.com>2015-10-03 07:56:48 +0200
committerNicoHood <NicoHood@users.noreply.github.com>2015-10-03 07:56:48 +0200
commit9cd24d7a0da5b4395a218d062f57732c89654e11 (patch)
tree55e33894a5b1054cc231e7d0d49904fc797d13bb
parent8cab209ef91cbda34bae8afa880f152c4f1473b0 (diff)
Removed not needed public statement for root node
-rw-r--r--cores/arduino/PluggableUSB.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cores/arduino/PluggableUSB.h b/cores/arduino/PluggableUSB.h
index b0668f4..40a898e 100644
--- a/cores/arduino/PluggableUSB.h
+++ b/cores/arduino/PluggableUSB.h
@@ -46,7 +46,6 @@ protected:
const int8_t numInterfaces;
const uint8_t *endpointType;
-public:
PUSBListNode *next = NULL;
friend class PluggableUSB_;