From 6aa1cc29cdc4e51872a4764ffbaac96b1d835e27 Mon Sep 17 00:00:00 2001 From: NicoHood Date: Mon, 28 Sep 2015 17:15:45 +0200 Subject: [PATCH] Added missing HID.begin return --- src/PluggableHID/HID.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/PluggableHID/HID.cpp b/src/PluggableHID/HID.cpp index ec8dcd2..ed41389 100644 --- a/src/PluggableHID/HID.cpp +++ b/src/PluggableHID/HID.cpp @@ -228,6 +228,7 @@ HID_::operator bool() { int HID_::begin(void) { + return 0; } #endif /* if defined(USBCON) */