-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Arduino word function used in typedef #76
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
Comments
hmm... thanks for noticing this! I really wonder how that define got there, especially since the correct methods are implemented :) |
removing "typedef unsigned int word;" breaks a lot of my code. Line 121: and Line 238: if you have both you can do: |
jq is not preinstalled on a fresh Ubuntu installation.
…spressif#76) Adafruit SAMD Boards doesn't have a dependency on Arduino SAMD Boards, so this only slows down the CI run.
The Arduino web site defines word() as a function for casting bytes to a word.
This port has word defined as typedef unsigned int word on line 120 of Arduino.h.
This is breaking the Sparkfun TSL2561 libraray code.
Regards,
Mark
The text was updated successfully, but these errors were encountered: