Skip to content

Arduino 1.0.5 uint8_t issue #4

Open
@OldETC

Description

@OldETC

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions