The AVRISP project can now enter PDI mode under both bit-bang and hardware USART...
[pub/USBasp.git] / Projects / AVRISP / makefile
index 003eaa5..e8fabc5 100644 (file)
@@ -190,6 +190,7 @@ CSTANDARD = -std=gnu99
 # Place -D or -U options here for C sources\r
 CDEFS  = -DF_CPU=$(F_CPU)UL -DF_CLOCK=$(F_CLOCK)UL -DBOARD=BOARD_$(BOARD) $(LUFA_OPTS)\r
 CDEFS += -DRESET_LINE_PORT=PORTB\r
+CDEFS += -DRESET_LINE_PIN=PINB\r
 CDEFS += -DRESET_LINE_DDR=DDRB\r
 CDEFS += -DRESET_LINE_MASK="(1 << 4)"\r
 CDEFS += -DVTARGET_ADC_CHANNEL=2\r