I have two lines at the start of my code for a dsPIC33FJ12MC201 which read:char CONTROLLER_NAME = "Name ";
char VERSION = __DATE__;which I sort of expected to appear as part of the output hex file from the compilation, but they appear not to be there..
char VERSION = __DATE__;which I sort of expected to appear as part of the output hex file from the compilation, but they appear not to be there..