projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Removed the old pseudo-scheduler from the library as it was unused and deprecated...
[pub/USBasp.git]
/
BuildTests
/
ModuleTest
/
makefile.xmega
diff --git
a/BuildTests/ModuleTest/makefile.xmega
b/BuildTests/ModuleTest/makefile.xmega
index
a003ecf
..
893c035
100644
(file)
--- a/
BuildTests/ModuleTest/makefile.xmega
+++ b/
BuildTests/ModuleTest/makefile.xmega
@@
-123,8
+123,7
@@
include $(LUFA_PATH)/LUFA/makefile
SRC = Test_C.c \
\r
$(LUFA_SRC_USB) \
\r
$(LUFA_SRC_USBCLASS) \
\r
- $(LUFA_SRC_SERIAL) \
\r
- $(LUFA_SRC_SCHEDULER)
\r
+ $(LUFA_SRC_SERIAL)
\r
\r
\r
# List C++ source files here. (C dependencies are automatically generated.)
\r