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

Arduino 1.0.5 uint8_t issue #4

Open
OldETC opened this issue Jan 7, 2015 · 1 comment
Open

Arduino 1.0.5 uint8_t issue #4

OldETC opened this issue Jan 7, 2015 · 1 comment

Comments

@OldETC
Copy link

OldETC commented Jan 7, 2015

When attempting to compile the code I get a series of errors that indicate that uint_8t is not a declared type. The typical message is:
In file included from sketch_jan07a.ino:1:0:
/home/lesh/arduino_experiments/firstattempt/libraries/Grbl/probe.h:33:1: error: 'uint8_t' does not name a type
uint8_t probe_get_state();

Is there any reason that this cannot be changed to char which appears to be the Arduino IDE type applicable?

@jesdakron
Copy link

p

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