Removed the old pseudo-scheduler from the library as it was unused and deprecated since the 090810 release.

This commit is contained in:
Dean Camera 2012-04-08 21:48:46 +00:00
parent f11826fc47
commit b2fe539d1c
8 changed files with 6 additions and 423 deletions

View file

@ -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)

View file

@ -105,8 +105,7 @@ include $(LUFA_PATH)/LUFA/makefile
# List C source files here. (C dependencies are automatically generated.)
SRC = Test_C.c \
$(LUFA_SRC_USB) \
$(LUFA_SRC_USBCLASS) \
$(LUFA_SRC_SCHEDULER)
$(LUFA_SRC_USBCLASS)
# List C++ source files here. (C dependencies are automatically generated.)

View file

@ -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.)