diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-12-24 02:14:04 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-12-24 02:14:04 +0000 |
commit | 9decc2bc595bb15ccf275ae2d3854bb862c92881 (patch) | |
tree | 820f003024f1636d6654a536e82f2a7e98d4cd34 /Projects/AVRISP/makefile | |
parent | 05fcf7e2a79bebb978d4aeaef26b12f70c6826f8 (diff) | |
download | lufa-9decc2bc595bb15ccf275ae2d3854bb862c92881.tar.gz lufa-9decc2bc595bb15ccf275ae2d3854bb862c92881.tar.bz2 lufa-9decc2bc595bb15ccf275ae2d3854bb862c92881.zip |
Combine PDIProtocol and TPIProtocol into a single XPROGProtocol set of files.
Diffstat (limited to 'Projects/AVRISP/makefile')
-rw-r--r-- | Projects/AVRISP/makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Projects/AVRISP/makefile b/Projects/AVRISP/makefile index 196eb7951..8db6ac97c 100644 --- a/Projects/AVRISP/makefile +++ b/Projects/AVRISP/makefile @@ -199,8 +199,7 @@ CDEFS += -DRESET_LINE_DDR=DDRB CDEFS += -DRESET_LINE_MASK="(1 << 4)"
CDEFS += -DVTARGET_ADC_CHANNEL=2
CDEFS += -DENABLE_ISP_PROTOCOL
-CDEFS += -DENABLE_PDI_PROTOCOL
-CDEFS += -DENABLE_TPI_PROTOCOL
+CDEFS += -DENABLE_XPROG_PROTOCOL
# Place -D or -U options here for ASM sources
|