Output pin init/deinit needs a linked list #1803
This commit is contained in:
parent
97982cc22f
commit
cf7c946c51
|
@ -710,7 +710,7 @@ void initEngineContoller(Logging *sharedLogger DECLARE_ENGINE_PARAMETER_SUFFIX)
|
|||
* UNUSED_SIZE constants.
|
||||
*/
|
||||
#ifndef RAM_UNUSED_SIZE
|
||||
#define RAM_UNUSED_SIZE 3200
|
||||
#define RAM_UNUSED_SIZE 3000
|
||||
#endif
|
||||
#ifndef CCM_UNUSED_SIZE
|
||||
#define CCM_UNUSED_SIZE 2900
|
||||
|
|
|
@ -736,10 +736,8 @@ pin_input_mode_e throttlePedalUpPinMode;
|
|||
uint16_t idlePositionMin;Voltage when the idle valve is closed.\nYou probably don't have one of these!;"mv", 1, 0, 0, 5000, 0
|
||||
uint16_t idlePositionMax;Voltage when the idle valve is open.\nYou probably don't have one of these!;"mv", 1, 0, 0, 5000, 0
|
||||
|
||||
pin_output_mode_e sdCardCsPinMode;
|
||||
pin_output_mode_e LIS302DLCsPinMode;
|
||||
|
||||
uint32_t unusedAt724[2];;"units", 1, 0, -20, 100, 0
|
||||
|
||||
uint8_t[4] unusedAt724;;"units", 1, 0, -20, 100, 0
|
||||
|
||||
uint32_t tunerStudioSerialSpeed;Secondary TTL channel baud rate;"BPs", 1, 0, 0,1000000, 0
|
||||
|
||||
|
@ -1219,7 +1217,7 @@ float[MAP_ACCEL_TAPER] mapAccelTaperMult;;"mult", 1, 0, 0.0, 300,
|
|||
|
||||
spi_device_e cj125SpiDevice;
|
||||
pin_output_mode_e cj125CsPinMode;
|
||||
uint8_t unusedDizzy;;"units",1,0,-20,100,0
|
||||
pin_output_mode_e sdCardCsPinMode;
|
||||
|
||||
int crankingIACposition;+This is the IAC position during cranking, some engines start better if given more air during cranking to improve cylinder filling.;"percent", 1, 0, -100.0, 100, 0
|
||||
float tChargeMinRpmMinTps;;"mult", 1, 0, 0, 3, 4
|
||||
|
@ -1240,7 +1238,8 @@ float[MAP_ACCEL_TAPER] mapAccelTaperMult;;"mult", 1, 0, 0.0, 300,
|
|||
custom tle8888_mode_e 1 bits, U08, @OFFSET@, [0:1], "Auto", "SemiAuto", "Manual", "Hall"
|
||||
tle8888_mode_e tle8888mode;
|
||||
|
||||
uint8_t[3] unusedSomethingWasHere;;"units", 1, 0, -20, 100, 0
|
||||
pin_output_mode_e LIS302DLCsPinMode;
|
||||
uint8_t[2] unusedSomethingWasHere;;"units", 1, 0, -20, 100, 0
|
||||
float unused244_1;;"units", 1, 0, -20, 100, 0
|
||||
float unused244_2;;"units", 1, 0, -20, 100, 0
|
||||
float unused244_3;;"units", 1, 0, -20, 100, 0
|
||||
|
|
Loading…
Reference in New Issue