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 ?
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 == 0xFFFFFFFFFFFFFFFFushould probably be:
#elif UINTPTR_MAX == 0xFFFFFFFFFFFFFFFFright ?