Added missing HID.begin return
This commit is contained in:
parent
b28d83b160
commit
6aa1cc29cd
1 changed files with 1 additions and 0 deletions
|
|
@ -228,6 +228,7 @@ HID_::operator bool() {
|
|||
|
||||
int HID_::begin(void)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
#endif /* if defined(USBCON) */
|
||||
|
|
|
|||
Loading…
Reference in a new issue