Programming: Changing the Makefile to Reflect the Correct Microcontroller
Share
To change the microcontroller name (MCU Name), open the makefile with programmers notepad and at the upper portion of the file, there will be a # MCU Name. Just underneath this comment, there will be MCU =. After the = resides the name of the microcontroller. Change the name to the microcontroller that you will be using.