-
Notifications
You must be signed in to change notification settings - Fork 32
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
error: ‘uint8_t’ does not name a type #2
Comments
Workaround: Add |
@garrett-davidson what is the issue with adding the |
Wanted to add a comment, that I am using this code with an adafruit pn532 controller breakout board (https://www.adafruit.com/product/364), the FTDI usb cable (https://www.adafruit.com/product/70) and a standard Ubuntu linux laptop. I used the tags recommended in the README. I did have to apply the fix mentioned above in order to get this working, but the setup works really well otherwise. |
I did a pull request in order to fix this issue. See #9 |
Modification to fix issue #2
When trying to
make
, lots of errors are thrown about uint8_t not being a type.The text was updated successfully, but these errors were encountered: