Skip to content

Compile warning because boolean typedef is deprecated in some Arduino cores #61

Closed
@lwestfall

Description

@lwestfall

Some Arduino cores have marked the boolean typedef as deprecated (see this issue). This results in a warning on compilation in STM32duino due to the following line:

boolean _printDebug = false; //Flag to print the serial commands we are sending to the Serial port for debug

Do we have to use the boolean alias? Can we change this to bool instead?

I can submit a PR if this change is desired.

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