Reorganise V2Protocol.c, add in function to assert or de-assert target RESET pin.
This commit is contained in:
parent
04354ffcad
commit
32cc2b8d4d
5 changed files with 142 additions and 103 deletions
|
|
@ -194,7 +194,6 @@ 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)"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue