fix #616 idle for simulator

This commit is contained in:
rusefi 2018-11-01 16:04:04 -04:00
parent 0d7b0a7dba
commit b886fc80e5
3 changed files with 3 additions and 4 deletions

View File

@ -132,6 +132,7 @@ CPPSRC = $(UTILSRC_CPP) \
$(CONTROLLERS_SRC_CPP) \
$(PROJECT_DIR)/development/sensor_chart.cpp \
$(PROJECT_DIR)/development/trigger_emulator.cpp \
$(PROJECT_DIR)/hw_layer/stepper.cpp \
$(TRIGGER_SRC_CPP) \
$(TRIGGER_DECODERS_SRC_CPP) \
$(SYSTEMSRC_CPP) \

View File

@ -57,7 +57,8 @@
#define EFI_UART_ECHO_TEST_MODE FALSE
#define EFI_ENGINE_CONTROL TRUE
#define EFI_IDLE_CONTROL FALSE
#define EFI_IDLE_CONTROL TRUE
#define EFI_IDLE_INCREMENTAL_PID_CIC FALSE
#define EFI_MAIN_RELAY_CONTROL FALSE
#define EFI_HIP_9011 FALSE

View File

@ -45,9 +45,6 @@ int getRemainingStack(thread_t *otp) {
return 99999;
}
void idleDebug(const char *msg, percent_t value) {
}
float getMap(void) {
return getRawMap();
}