From a19dc3d20cd5c80adb80b1bd6f5126075911f411 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Mon, 9 Apr 2012 13:20:40 +0000 Subject: Fix typos in the LUFAConfig.h header file. Add missing modules to the AVR8 architecture ModuleTest build test makefile. --- BuildTests/ModuleTest/makefile.avr8 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'BuildTests/ModuleTest') diff --git a/BuildTests/ModuleTest/makefile.avr8 b/BuildTests/ModuleTest/makefile.avr8 index 167564d24..360b1ee8b 100644 --- a/BuildTests/ModuleTest/makefile.avr8 +++ b/BuildTests/ModuleTest/makefile.avr8 @@ -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) \ -- cgit v1.2.3