signal_executor_sleep is not part of real firmware (#334)

Co-authored-by: rusefillc <sdfsdfqsf2334234234>
This commit is contained in:
rusefillc 2024-01-07 15:39:26 -05:00 committed by GitHub
parent c7a79619e0
commit d2eb532126
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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

@ -172,6 +172,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) \
@ -189,6 +190,7 @@ INCDIR = . \
${CHIBIOS}/os/various \
$(CHIBIOS)/os/hal/lib/streams \
$(RUSEFI_LIB_INC) \
simulator/system \
simulator/can \
simulator