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.avr8 | |
| 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.avr8')
| -rw-r--r-- | BuildTests/ModuleTest/makefile.avr8 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/BuildTests/ModuleTest/makefile.avr8 b/BuildTests/ModuleTest/makefile.avr8 index e5a6d75a..187bfa37 100644 --- a/BuildTests/ModuleTest/makefile.avr8 +++ b/BuildTests/ModuleTest/makefile.avr8 @@ -131,8 +131,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)
|
