This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MSP430F5529: Old school (unsigned int) vs (uint16_t) Errors

Part Number: MSP430F5529


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?

**Attention** This is a public forum