Skip to content

Compilation issues in CCS C Compiler #39

@beadon

Description

@beadon

There appears to be a typo in the released v0.1.3 .h file

See : https://github.com/funbiscuit/embedded-cli/releases/tag/v0.1.3

Line 49,
#elif UINTPTR_MAX == 0xFFFFFFFFFFFFFFFFu

should probably be:
#elif UINTPTR_MAX == 0xFFFFFFFFFFFFFFFF

right ?

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