-
Notifications
You must be signed in to change notification settings - Fork 13.3k
macro attributes should be used with brackets #2617
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
Labels
Milestone
Comments
@bitluni I still see this in the latest code. Care to make a PR? |
fabianoms
added a commit
to fabianoms/Arduino
that referenced
this issue
Mar 13, 2018
related to the issue esp8266#2617.
bryceschober
pushed a commit
to bryceschober/Arduino
that referenced
this issue
Apr 5, 2018
related to the issue esp8266#2617. (cherry picked from commit 3ce888e)
Correcting milestone to 2.4.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Low-level macros are vulnerable to operator priorities which can cause problems. Took me some time to find why my code didn't work
Arduino/tools/sdk/include/eagle_soc.h rows:
should bechanged to:
The text was updated successfully, but these errors were encountered: