forked from mfulz_github/qmk_firmware
Rename the AVRISP main source files to AVRISP-MKII so that it matches the project name. Add AVRStudio project file for the AVRISP-MKII project.
This commit is contained in:
parent
1167b69943
commit
d3e00ce1ec
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -34,7 +34,7 @@
|
|||
* the project and is responsible for the initial application hardware configuration.
|
||||
*/
|
||||
|
||||
#include "AVRISP.h"
|
||||
#include "AVRISP-MKII.h"
|
||||
|
||||
/** Main program entry point. This routine contains the overall program flow, including initial
|
||||
* setup of all components and the main program loop.
|
|
@ -102,7 +102,7 @@ FORMAT = ihex
|
|||
|
||||
|
||||
# Target file name (without extension).
|
||||
TARGET = AVRISP
|
||||
TARGET = AVRISP-MKII
|
||||
|
||||
|
||||
# Object files directory
|
||||
|
|
Loading…
Reference in New Issue