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) */