auto-sync

This commit is contained in:
rusEfi 2015-01-30 14:05:18 -06:00
parent 705a0bf8cc
commit 822af2bb6f
3 changed files with 6 additions and 4 deletions

View File

@ -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

View File

@ -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;

View File

@ -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;