HAL_ChibiOS: don't link evtimer in chibios_board.mk

This commit is contained in:
Andrew Tridgell 2023-12-29 08:13:54 +11:00
parent f0a1a19f8b
commit cc8c671cb7
1 changed files with 0 additions and 3 deletions

View File

@ -145,9 +145,6 @@ CSRC += $(CHIBIOS)/os/various/scsi_bindings/lib_scsi.c \
$(CHIBIOS)/os/hal/src/hal_usb_msd.c
endif
# evtimer used by networking
CSRC += $(CHIBIOS)/os/various/evtimer.c
# $(TESTSRC) \
# test.c
ifneq ($(CRASHCATCHER),)