Skip to content

RAWHID_ENABLED flag not checked correctly in HID.cpp #2199

New issue

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

Closed
sonovice opened this issue Jul 20, 2014 · 1 comment
Closed

RAWHID_ENABLED flag not checked correctly in HID.cpp #2199

sonovice opened this issue Jul 20, 2014 · 1 comment

Comments

@sonovice
Copy link

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.

@sonovice sonovice changed the title RAWHID_ENABLED flag not detected right ind HID.cpp RAWHID_ENABLED flag not checked correctly in HID.cpp Jul 21, 2014
cmaglie added a commit that referenced this issue Jul 24, 2014
@cmaglie
Copy link
Member

cmaglie commented Jul 24, 2014

Fixed with #2206, thank you!

@cmaglie cmaglie closed this as completed Jul 24, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants