Fix AVRISP PDI protocol - make sure inverted masks have the appropriate parenthesis...
[pub/USBasp.git] / Projects / AVRISP / makefile
index d7fe4ac..37c0e72 100644 (file)
@@ -66,7 +66,7 @@ MCU = at90usb1287
 # Target board (see library "Board Types" documentation, USER or blank for projects not requiring\r
 # LUFA board drivers). If USER is selected, put custom board drivers in a directory called \r
 # "Board" inside the application directory.\r
-BOARD  = USBKEY\r
+BOARD  = XPLAIN\r
 \r
 \r
 # Processor frequency.\r
@@ -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