Part Number: TMS320F28379D
Tool/software: Code Composer Studio
Hello everyone,
I just noticed, that when I use functions with default parameters like:
uint16_t* setupNewPacketHeader(uint32_t cmd, uint32_t length = empty, uint32_t state = RCX_S_OK);
The following line compiles correct, but is marked as error by the syntax-highlithing.
someVariable = *(setupNewPacketHeader(10));
Is this a bug or why is it highlighted?
CCS Version 8.3