aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino
diff options
context:
space:
mode:
authorNico <NicoHood@users.noreply.github.com>2015-09-29 17:02:07 +0200
committerNico <NicoHood@users.noreply.github.com>2015-09-29 17:02:07 +0200
commitd2a52bc2ac8aecc8414f05eca0375a0013c5e42c (patch)
treeef5cc2a1ca3e71c7c943aae50b91025c3ebb4a94 /cores/arduino
parenta8f15a5766706e78f0db2a8d5981d6a56ebd335e (diff)
Removed not used PUSB_Begin()
Diffstat (limited to 'cores/arduino')
-rw-r--r--cores/arduino/PluggableUSB.h2
1 files changed, 0 insertions, 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