mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-09-10 17:15:43 +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:
@@ -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.)
|
||||
|
||||
Reference in New Issue
Block a user