Tool/software:
When pulling in code from GitHub CCS chokes on the modern C type definitions such as unit16_t.
If I change the type definition to legacy unsigned int, it compiles.
same for uint8_t or int8_t, = unsigned char, char
As CSS is a modern compiler, why does it not accept the modern C type definitions?