mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-02-14 08:13:59 +00:00
Removed the old pseudo-scheduler from the library as it was unused and deprecated since the 090810 release.
This commit is contained in:
@@ -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.)
|
||||
|
||||
Reference in New Issue
Block a user