Fix typos in the LUFAConfig.h header file. Add missing modules to the AVR8 architecture ModuleTest build test makefile.

This commit is contained in:
Dean Camera 2012-04-09 13:20:40 +00:00
parent 9add0d100d
commit a19dc3d20c
2 changed files with 6 additions and 4 deletions

View file

@ -131,7 +131,9 @@ include $(LUFA_PATH)/LUFA/makefile
SRC = Test_C.c \
$(LUFA_SRC_USB) \
$(LUFA_SRC_USBCLASS) \
$(LUFA_SRC_SERIAL)
$(LUFA_SRC_TEMPERATURE) \
$(LUFA_SRC_SERIAL) \
$(LUFA_SRC_TWI) \