Content originally posted in LPCWare by blasiis on Tue Jun 21 05:28:06 MST 2011
I have defined a build variable "Collaudo" as String for conditional compler.
How can i use this variable for conditional code execute ?
I have try with many syntax, but not working
example not working
Byte_Output_1 = 0x0;
[COLOR=Red]#if Collaudo,'Si'[/COLOR]
Fs_Diag = 01;
[COLOR=Red]#endif[/COLOR]
Fs_Inv = 01;
Fs_FCEme = 01;