From 89ab20c35cedf3509ff046cdfd59d1e1fd82eba5 Mon Sep 17 00:00:00 2001 From: rusefi Date: Sun, 14 Nov 2021 14:14:43 -0500 Subject: [PATCH] Epic: Remove FSIO #2928 --- firmware/controllers/algo/rusefi_types.h | 2 +- firmware/integration/rusefi_config.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/firmware/controllers/algo/rusefi_types.h b/firmware/controllers/algo/rusefi_types.h index 242039a3e7..d253d388b8 100644 --- a/firmware/controllers/algo/rusefi_types.h +++ b/firmware/controllers/algo/rusefi_types.h @@ -104,7 +104,7 @@ typedef brain_pin_e egt_cs_array_t[EGT_CHANNEL_COUNT]; typedef int16_t pwm_freq_t; -typedef float fsio_setting_t; +typedef float script_setting_t; typedef brain_pin_e brain_input_pin_e; typedef brain_pin_e switch_input_pin_e; diff --git a/firmware/integration/rusefi_config.txt b/firmware/integration/rusefi_config.txt index f7701d08ac..9f03a36f5d 100644 --- a/firmware/integration/rusefi_config.txt +++ b/firmware/integration/rusefi_config.txt @@ -816,8 +816,8 @@ custom uart_device_e 1 bits, U08, @OFFSET@, [0:1], "Off", "UART1", "UART2", "UAR int16_t[16] unusedOutputFreqWhereHere;;"", 1, 0, 0, 255, 0 -custom fsio_setting_t 4 scalar, F32, @OFFSET@, "Val", 1, 0, 0, 18000, 2 - fsio_setting_t[SCRIPT_SETTING_COUNT iterate] scriptSetting; +custom script_setting_t 4 scalar, F32, @OFFSET@, "", 1, 0, 0, 18000, 2 + script_setting_t[SCRIPT_SETTING_COUNT iterate] scriptSetting; int[8] unusedSettings;;"", 1, 0, 0, 255, 0 ! todo: migrate to spi_pins & combine with spi pin modes