diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-04-08 21:48:46 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-04-08 21:48:46 +0000 |
| commit | 740259fe0eecb960162aea6437b1a750b5c0ae87 (patch) | |
| tree | 7e6c8c51974de018cc3d14104e126eaf9d046121 /BuildTests/ModuleTest/makefile.xmega | |
| parent | 1000f886835174ed1079e481717351ea059a805e (diff) | |
Removed the old pseudo-scheduler from the library as it was unused and deprecated since the 090810 release.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2149 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'BuildTests/ModuleTest/makefile.xmega')
| -rw-r--r-- | BuildTests/ModuleTest/makefile.xmega | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/BuildTests/ModuleTest/makefile.xmega b/BuildTests/ModuleTest/makefile.xmega index a003ecfd..893c0359 100644 --- a/BuildTests/ModuleTest/makefile.xmega +++ b/BuildTests/ModuleTest/makefile.xmega @@ -123,8 +123,7 @@ include $(LUFA_PATH)/LUFA/makefile SRC = Test_C.c \
$(LUFA_SRC_USB) \
$(LUFA_SRC_USBCLASS) \
- $(LUFA_SRC_SERIAL) \
- $(LUFA_SRC_SCHEDULER)
+ $(LUFA_SRC_SERIAL)
# List C++ source files here. (C dependencies are automatically generated.)
|
