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.

User Generated Warning

Other Parts Discussed in Thread: MSP430F168

Hi,

I'm using CCE V3 to write code for an MSP430F168.

Is there a way to have user generated warnings when compiling code something like,

#ifdef SEND_DEBUG_DATA

#warning "Sending Debug Data"

#endif

Thanks,

Ben