GRBL-Arduino-Library icon indicating copy to clipboard operation
GRBL-Arduino-Library copied to clipboard

Arduino 1.0.5 uint8_t issue

Open OldETC opened this issue 11 years ago • 1 comments

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?

OldETC avatar Jan 07 '15 20:01 OldETC

p

jesdakron avatar Dec 14 '16 03:12 jesdakron