diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-04-09 13:20:40 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-04-09 13:20:40 +0000 |
| commit | f2249d1b272aecb5a5e9e465c6951b98ba28305b (patch) | |
| tree | 00120aa0f1e71400c738eb699aed17f0d3f70681 /BuildTests/ModuleTest/makefile.avr8 | |
| parent | 6fe1978964646b323b93b8b0e121c1334997a291 (diff) | |
Fix typos in the LUFAConfig.h header file. Add missing modules to the AVR8 architecture ModuleTest build test makefile.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2153 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'BuildTests/ModuleTest/makefile.avr8')
| -rw-r--r-- | BuildTests/ModuleTest/makefile.avr8 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/BuildTests/ModuleTest/makefile.avr8 b/BuildTests/ModuleTest/makefile.avr8 index 167564d2..360b1ee8 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) \
|
