Skip to content

The symbol NOT_AN_INTERRUPT is not defined in Arduino.h #496

@obdevel

Description

@obdevel

The symbol NOT_AN_INTERRUPT is #defined in Arduino.h in other cores, and is used in various libraries, but it is missing here. This results in a compilation error for sketches using those libraries.

e.g. it is defined in the avr core at line 189 of Arduino.h

#define NOT_AN_INTERRUPT -1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions