X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/083d3615d327a90aeaed9adc74eb997315daaafd..04354ffcadfebb0d1c5bd010cf126ae3c126f231:/Projects/Unfinished/AVRISP/makefile diff --git a/Projects/Unfinished/AVRISP/makefile b/Projects/Unfinished/AVRISP/makefile index 5f7657587..0877c5d77 100644 --- a/Projects/Unfinished/AVRISP/makefile +++ b/Projects/Unfinished/AVRISP/makefile @@ -193,6 +193,11 @@ CSTANDARD = -std=gnu99 # Place -D or -U options here for C sources CDEFS = -DF_CPU=$(F_CPU)UL -DF_CLOCK=$(F_CLOCK)UL -DBOARD=BOARD_$(BOARD) $(LUFA_OPTS) +CDEFS += -DRESET_LINE_PORT=PORTA +CDEFS += -DRESET_LINE_PIN=PINA +CDEFS += -DRESET_LINE_DDR=DDRA +CDEFS += -DRESET_LINE_MASK="(1 << 0)" + # Place -D or -U options here for ASM sources ADEFS = -DF_CPU=$(F_CPU)