auto-sync
This commit is contained in:
parent
cad24be51d
commit
6fab2ec1c2
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue