Skip to content
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

Open
garrett-davidson opened this issue Jul 12, 2018 · 4 comments
Open

error: ‘uint8_t’ does not name a type #2

garrett-davidson opened this issue Jul 12, 2018 · 4 comments

Comments

@garrett-davidson
Copy link
Owner

When trying to make, lots of errors are thrown about uint8_t not being a type.

@garrett-davidson
Copy link
Owner Author

Workaround: Add #include <stdint.h> to amiibo.h and amiitool.h.

@skwashd
Copy link

skwashd commented Nov 5, 2018

@garrett-davidson what is the issue with adding the include to the header files?

@dspinhirne
Copy link

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.

@Paannda
Copy link
Contributor

Paannda commented Apr 7, 2020

I did a pull request in order to fix this issue. See #9

garrett-davidson added a commit that referenced this issue Apr 21, 2020
Modification to fix issue #2
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

4 participants