Hi folks, I need my program to know if it is running in a msp430f147, f148 or f149.
Is there any way to detect inside the program which was the -mmcu
flag used to compile it?
Or will I have to compile it with something like this:
-mmcu=msp430x149 -DMMCU_msp430x149
Thanks,
Pedro
