Fix the tokens which enable and disable the different programming protocols in the AVRISP project.
This commit is contained in:
parent
bae00a3d42
commit
258a6a0177
14 changed files with 41 additions and 26 deletions
|
|
@ -193,8 +193,8 @@ CDEFS += -DRESET_LINE_PORT=PORTB
|
|||
CDEFS += -DRESET_LINE_DDR=DDRB
|
||||
CDEFS += -DRESET_LINE_MASK="(1 << 4)"
|
||||
CDEFS += -DVTARGET_ADC_CHANNEL=2
|
||||
CDEFS += -DENABLE_SPI_PROTOCOL
|
||||
CDEFS += -DENABLE_XPROG_PROTOCOL
|
||||
CDEFS += -DENABLE_ISP_PROTOCOL
|
||||
CDEFS += -DENABLE_PDI_PROTOCOL
|
||||
|
||||
|
||||
# Place -D or -U options here for ASM sources
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue