diff options
author | NicoHood <NicoHood@users.noreply.github.com> | 2015-10-03 07:56:48 +0200 |
---|---|---|
committer | NicoHood <NicoHood@users.noreply.github.com> | 2015-10-03 07:56:48 +0200 |
commit | 9cd24d7a0da5b4395a218d062f57732c89654e11 (patch) | |
tree | 55e33894a5b1054cc231e7d0d49904fc797d13bb /cores/arduino/PluggableUSB.h | |
parent | 8cab209ef91cbda34bae8afa880f152c4f1473b0 (diff) |
Removed not needed public statement for root node
Diffstat (limited to 'cores/arduino/PluggableUSB.h')
-rw-r--r-- | cores/arduino/PluggableUSB.h | 1 |
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_; |