mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-29 18:52:13 +01:00
[HID] Added missing return in HID.begin()
This commit is contained in:
parent
43d3428d2b
commit
ffd2943955
@ -152,6 +152,7 @@ HID_::HID_(void)
|
||||
|
||||
int HID_::begin(void)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
#endif /* if defined(USBCON) */
|
||||
|
Loading…
x
Reference in New Issue
Block a user