signal_executor_sleep is not part of real firmware

This commit is contained in:
rusefillc 2024-01-07 15:39:26 -05:00 committed by rusefillc
parent 30ee024f5c
commit e931bd850d
4 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,6 @@ CONTROLLERS_SRC_CPP = \
$(CONTROLLERS_DIR)/gauges/tachometer.cpp \
$(CONTROLLERS_DIR)/gauges/speedometer.cpp \
$(CONTROLLERS_DIR)/gauges/malfunction_indicator.cpp \
$(CONTROLLERS_DIR)/system/timer/signal_executor_sleep.cpp \
$(CONTROLLERS_DIR)/system/timer/single_timer_executor.cpp \
$(CONTROLLERS_DIR)/system/timer/pwm_generator_logic.cpp \
$(CONTROLLERS_DIR)/system/timer/event_queue.cpp \

View File

@ -177,6 +177,7 @@ CPPSRC = $(ALLCPPSRC) \
simulator/rusEfiFunctionalTest.cpp \
simulator/can/hal_can_lld.cpp \
simulator/framework.cpp \
simulator/system/signal_executor_sleep.cpp \
simulator/boards.cpp \
$(TEST_SRC_CPP) \
$(RUSEFI_LIB_CPP) \
@ -195,6 +196,7 @@ INCDIR = . \
$(PROJECT_DIR)/development/hw_layer \
$(CHIBIOS)/os/hal/lib/streams \
$(RUSEFI_LIB_INC) \
simulator/system \
simulator/can \
simulator