You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: