Fix the tokens which enable and disable the different programming protocols in the...
[pub/USBasp.git] / Projects / AVRISP / makefile
index d7fe4ac..6eebb2b 100644 (file)
@@ -193,8 +193,8 @@ CDEFS += -DRESET_LINE_PORT=PORTB
 CDEFS += -DRESET_LINE_DDR=DDRB\r
 CDEFS += -DRESET_LINE_MASK="(1 << 4)"\r
 CDEFS += -DVTARGET_ADC_CHANNEL=2\r
-CDEFS += -DENABLE_SPI_PROTOCOL\r
-CDEFS += -DENABLE_XPROG_PROTOCOL\r
+CDEFS += -DENABLE_ISP_PROTOCOL\r
+CDEFS += -DENABLE_PDI_PROTOCOL\r
 \r
 \r
 # Place -D or -U options here for ASM sources\r