Removed the old pseudo-scheduler from the library as it was unused and deprecated since the 090810 release.
This commit is contained in:
parent
f11826fc47
commit
b2fe539d1c
8 changed files with 6 additions and 423 deletions
|
@ -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)
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -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.)
|
||||
|
|
|
@ -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.)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue