Skip to content

In Arduino.h "byte" is typedef'd, but all prototypes except makeword use uint8_t, normalize makeword #415

Open
@dok-net

Description

@dok-net

From the compiler's point of view, it's a non-issue, but for the code reader, it's confusing, not least because the inverse functions lowByte and highByte return type uint8_t, not byte.
Fixed by #414

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