flexibility for andreika
This commit is contained in:
parent
78952261fa
commit
9e682b7d46
|
@ -1,4 +1,4 @@
|
|||
// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Sat Apr 29 21:15:49 EDT 2017
|
||||
// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Tue May 09 18:55:49 EDT 2017
|
||||
// begin
|
||||
#ifndef ENGINE_CONFIGURATION_GENERATED_H_
|
||||
#define ENGINE_CONFIGURATION_GENERATED_H_
|
||||
|
@ -1855,7 +1855,19 @@ typedef struct {
|
|||
/**
|
||||
* offset 2836
|
||||
*/
|
||||
int unused[53];
|
||||
pin_mode_e spi3SckMode;
|
||||
/**
|
||||
* offset 2840
|
||||
*/
|
||||
pin_mode_e spi3MosiMode;
|
||||
/**
|
||||
* offset 2844
|
||||
*/
|
||||
pin_mode_e spi3MisoMode;
|
||||
/**
|
||||
* offset 2848
|
||||
*/
|
||||
int unused[50];
|
||||
/** total size 3048*/
|
||||
} engine_configuration_s;
|
||||
|
||||
|
@ -2070,4 +2082,4 @@ typedef struct {
|
|||
|
||||
#endif
|
||||
// end
|
||||
// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Sat Apr 29 21:15:49 EDT 2017
|
||||
// this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Tue May 09 18:55:49 EDT 2017
|
||||
|
|
|
@ -795,7 +795,10 @@ int16_t etbFreq;;"Hz", 1, 0, 0, 500, 10
|
|||
float aux1PidMax;;"v", 1, 0, 0, 3000.0, 3
|
||||
|
||||
spi_device_e sdCardSpiDevice;
|
||||
int[53] unused;
|
||||
pin_mode_e spi3SckMode;
|
||||
pin_mode_e spi3MosiMode;
|
||||
pin_mode_e spi3MisoMode;
|
||||
int[50] unused;
|
||||
|
||||
|
||||
end_struct
|
||||
|
|
Loading…
Reference in New Issue