Reorganise V2Protocol.c, add in function to assert or de-assert target RESET pin.

This commit is contained in:
Dean Camera 2009-08-19 07:08:27 +00:00
parent 04354ffcad
commit 32cc2b8d4d
5 changed files with 142 additions and 103 deletions

View file

@ -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)"