projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Combine PDIProtocol and TPIProtocol into a single XPROGProtocol set of files.
[pub/lufa.git]
/
Projects
/
AVRISP
/
makefile
diff --git
a/Projects/AVRISP/makefile
b/Projects/AVRISP/makefile
index
196eb79
..
8db6ac9
100644
(file)
--- a/
Projects/AVRISP/makefile
+++ b/
Projects/AVRISP/makefile
@@
-199,8
+199,7
@@
CDEFS += -DRESET_LINE_DDR=DDRB
CDEFS += -DRESET_LINE_MASK="(1 << 4)"
\r
CDEFS += -DVTARGET_ADC_CHANNEL=2
\r
CDEFS += -DENABLE_ISP_PROTOCOL
\r
CDEFS += -DRESET_LINE_MASK="(1 << 4)"
\r
CDEFS += -DVTARGET_ADC_CHANNEL=2
\r
CDEFS += -DENABLE_ISP_PROTOCOL
\r
-CDEFS += -DENABLE_PDI_PROTOCOL
\r
-CDEFS += -DENABLE_TPI_PROTOCOL
\r
+CDEFS += -DENABLE_XPROG_PROTOCOL
\r
\r
\r
# Place -D or -U options here for ASM sources
\r
\r
\r
# Place -D or -U options here for ASM sources
\r