From d2a52bc2ac8aecc8414f05eca0375a0013c5e42c Mon Sep 17 00:00:00 2001 From: Nico Date: Tue, 29 Sep 2015 17:02:07 +0200 Subject: [PATCH] Removed not used PUSB_Begin() --- cores/arduino/PluggableUSB.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/cores/arduino/PluggableUSB.h b/cores/arduino/PluggableUSB.h index 23013eb..33108db 100644 --- a/cores/arduino/PluggableUSB.h +++ b/cores/arduino/PluggableUSB.h @@ -50,8 +50,6 @@ int PUSB_GetDescriptor(int8_t t); bool PUSB_Setup(USBSetup& setup, u8 i); -void PUSB_Begin(); - #endif #endif