projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix typos in the LUFAConfig.h header file. Add missing modules to the AVR8 architectu...
[pub/USBasp.git]
/
BuildTests
/
ModuleTest
/
makefile.avr8
diff --git
a/BuildTests/ModuleTest/makefile.avr8
b/BuildTests/ModuleTest/makefile.avr8
index
167564d
..
360b1ee
100644
(file)
--- a/
BuildTests/ModuleTest/makefile.avr8
+++ b/
BuildTests/ModuleTest/makefile.avr8
@@
-131,7
+131,9
@@
include $(LUFA_PATH)/LUFA/makefile
SRC = Test_C.c \
\r
$(LUFA_SRC_USB) \
\r
$(LUFA_SRC_USBCLASS) \
\r
- $(LUFA_SRC_SERIAL)
\r
+ $(LUFA_SRC_TEMPERATURE) \
\r
+ $(LUFA_SRC_SERIAL) \
\r
+ $(LUFA_SRC_TWI) \
\r
\r
\r
\r