Part Number: CCSTUDIO
Hello TI,
i look for the syntax to create a predefined symbol. In my example its the symbol name "HWID_VARIANT" and this should have different values, MYVAR1, ...
How i can enter it in this window?

The belonging c code looks like follows:
-------------------------
#if HWID_VARIANT == MYVAR1
#define MYDEFS ...
#elif HWID_VARIANT == MYVAR1
#define MYDEFS ...
#else
// No selection
#error "Unsupported HWID_VARIANT value!"
#endif
---------------------
Thanks for your support.
BR,
Andreas






