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.

pull/1469/head
Dean Camera 14 years ago
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…
Cancel
Save