Is there a way to get a defined constant to show up in the CCS Watch Expression view?
I have a the following code to define a constant:
#define MASK 0x40
However, when I add "MASK" as a watch expression, I get the message "Error: identifier not found: MASK"
Is there any way to make these values show up as watched expressions?