We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the "Arduino\hardware\arduino\avr\cores\arduino\HID.cpp" file in line 109 it says:
while it should be
to work properly. This tiny bug turned out to be pretty nasty, had to search quite a while for it...
I am using 1.5.7 of the IDE.
The text was updated successfully, but these errors were encountered:
Merge pull request #2206 from amulya349/master
163b60e
Fix of a bug #2199
Fixed with #2206, thank you!
Sorry, something went wrong.
No branches or pull requests
In the "Arduino\hardware\arduino\avr\cores\arduino\HID.cpp" file in line 109 it says:
if RAWHID_ENABLED
while it should be
ifdef RAWHID_ENABLED
to work properly. This tiny bug turned out to be pretty nasty, had to search quite a while for it...
I am using 1.5.7 of the IDE.
The text was updated successfully, but these errors were encountered: