From 9cd24d7a0da5b4395a218d062f57732c89654e11 Mon Sep 17 00:00:00 2001 From: NicoHood Date: Sat, 3 Oct 2015 07:56:48 +0200 Subject: [PATCH] Removed not needed public statement for root node --- cores/arduino/PluggableUSB.h | 1 - 1 file changed, 1 deletion(-) 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_;