mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-06-07 17:02:46 +00:00
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
1
Projects/AVRISP-MKII/AVRISP-MKII.aps
Normal file
1
Projects/AVRISP-MKII/AVRISP-MKII.aps
Normal file
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.
|
* 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
|
/** Main program entry point. This routine contains the overall program flow, including initial
|
||||||
* setup of all components and the main program loop.
|
* setup of all components and the main program loop.
|
@ -102,7 +102,7 @@ FORMAT = ihex
|
|||||||
|
|
||||||
|
|
||||||
# Target file name (without extension).
|
# Target file name (without extension).
|
||||||
TARGET = AVRISP
|
TARGET = AVRISP-MKII
|
||||||
|
|
||||||
|
|
||||||
# Object files directory
|
# Object files directory
|
||||||
|
Loading…
Reference in New Issue
Block a user