Skip to content

Commit

Permalink
[HID] Added missing return in HID.begin()
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaglie committed Sep 28, 2015
1 parent 43d3428 commit ffd2943
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hardware/arduino/avr/libraries/HID/HID.cpp
Expand Up @@ -152,6 +152,7 @@ HID_::HID_(void)

int HID_::begin(void)
{
return 0;
}

#endif /* if defined(USBCON) */

0 comments on commit ffd2943

Please sign in to comment.