TCU cherry

This commit is contained in:
rusefillc 2021-06-12 07:06:57 -04:00
parent 6eed4b6c90
commit 4bd0ea04d2
1 changed files with 1 additions and 0 deletions

View File

@ -107,6 +107,7 @@ typedef uint8_t iac_pid_mult_t[IAC_PID_MULT_SIZE][IAC_PID_MULT_SIZE];
typedef float baro_corr_table_t[BARO_CORR_SIZE][BARO_CORR_SIZE];
typedef bool tcubinary_table_t[TCU_GEAR_COUNT][TCU_SOLENOID_COUNT];
typedef float tcuinput_table_t[TCU_INPUT_COUNT][TCU_STATE_COUNT];
typedef float fsio_table_8x8_f32t[FSIO_TABLE_8][FSIO_TABLE_8];
typedef float tps_tps_table_t[TPS_TPS_ACCEL_TABLE][TPS_TPS_ACCEL_TABLE];