Tool/software:
Hello,
I have code such as:
#ifdef DEBUG
char loginfo_buffer[128];
#endif
But I now want to switch it on and off using the debug configuration in the ccs. are there any flags that the debug configuration adds to code, or how can I make it such that the code knows whether at debug configuration or not.
Best Regards,
Can