From 822af2bb6f993b91aa71ee73b1541d2748ec8e4f Mon Sep 17 00:00:00 2001 From: rusEfi Date: Fri, 30 Jan 2015 14:05:18 -0600 Subject: [PATCH] auto-sync --- .../algo/engine_configuration_generated_structures.h | 6 +++--- firmware/controllers/algo/rusefi_types.h | 2 ++ firmware/rusefi_config.ini | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/firmware/controllers/algo/engine_configuration_generated_structures.h b/firmware/controllers/algo/engine_configuration_generated_structures.h index 145acc4cde..a895a77225 100644 --- a/firmware/controllers/algo/engine_configuration_generated_structures.h +++ b/firmware/controllers/algo/engine_configuration_generated_structures.h @@ -1,4 +1,4 @@ -// this section was generated by config_definition.jar on Wed Jan 28 22:57:54 EST 2015 +// this section was generated by config_definition.jar on Fri Jan 30 11:53:41 EST 2015 // begin #include "rusefi_types.h" typedef struct { @@ -455,7 +455,7 @@ typedef struct { /** * offset 608 */ - int16_t fsioFrequency[LE_COMMAND_COUNT]; + fsio_pwm_freq_t fsioFrequency[LE_COMMAND_COUNT]; /** * offset 640 */ @@ -1109,4 +1109,4 @@ typedef struct { } engine_configuration_s; // end -// this section was generated by config_definition.jar on Wed Jan 28 22:57:54 EST 2015 +// this section was generated by config_definition.jar on Fri Jan 30 11:53:41 EST 2015 diff --git a/firmware/controllers/algo/rusefi_types.h b/firmware/controllers/algo/rusefi_types.h index aa95c7ca40..7e081e20d2 100644 --- a/firmware/controllers/algo/rusefi_types.h +++ b/firmware/controllers/algo/rusefi_types.h @@ -87,6 +87,8 @@ typedef int cylinders_count_t; typedef int32_t bool32_t; +typedef int16_t fsio_pwm_freq_t; + typedef fuel_table_t ve_table_t; typedef fuel_table_t afr_table_t; diff --git a/firmware/rusefi_config.ini b/firmware/rusefi_config.ini index c3c29f8765..ea2a82cc52 100644 --- a/firmware/rusefi_config.ini +++ b/firmware/rusefi_config.ini @@ -364,7 +364,7 @@ custom egt_cs_array_t 32 todo array? type? brain_pin_e acRelayPin; pin_output_mode_e acRelayPinMode; - int16_t[LE_COMMAND_COUNT] fsioFrequency; + fsio_pwm_freq_t[LE_COMMAND_COUNT] fsioFrequency; brain_pin_e hip9011CsPin; brain_pin_e hip9011IntHoldPin;