Stub out more of the TPI programming protocol routines in the AVRISP project.

This commit is contained in:
Dean Camera 2009-12-23 13:28:44 +00:00
parent be71f934a4
commit bd5e8f07b7
11 changed files with 174 additions and 31 deletions

View file

@ -134,6 +134,7 @@ SRC = $(TARGET).c \
Lib/PDIProtocol.c \
Lib/PDITarget.c \
Lib/XMEGANVM.c \
Lib/TPIProtocol.c \
Lib/TPITarget.c \
Lib/TINYNVM.c \
$(LUFA_PATH)/LUFA/Drivers/USB/LowLevel/DevChapter9.c \