Using the XC16 compiler for dsPIC33, I am noticing many limitations when trying to process arithmetic in a #define. The preprocessor does not seem to recognize the third line. #define A 1.0#define B 2.0#define C A*(1-2/B) //not recognized Additionally, I ..
↧