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