oops these don't fit either

This commit is contained in:
Matthew Kennedy 2024-01-06 19:01:41 -08:00
parent 6ff3bb49f7
commit 053e9daceb
2 changed files with 2 additions and 2 deletions

View File

@ -431,7 +431,7 @@ static void configureInputs() {
setAdcChannelOverrides();
}
static CCM_OPTIONAL SlowAdcController slowAdcController;
static SlowAdcController slowAdcController;
void initAdcInputs() {
efiPrintf("initAdcInputs()");

View File

@ -26,7 +26,7 @@ static CCM_OPTIONAL FunctionalSensor fuelTempSensor(SensorType::FuelTemperature,
static CCM_OPTIONAL FunctionalSensor ambientTempSensor(SensorType::AmbientTemperature, MS2NT(10));
static CCM_OPTIONAL FunctionalSensor compressorDischargeTemp(SensorType::CompressorDischargeTemperature, MS2NT(10));
static CCM_OPTIONAL FuncPair fclt, fiat, faux1, faux2, foil, ffuel, fambient, fcdt;
static FuncPair fclt, fiat, faux1, faux2, foil, ffuel, fambient, fcdt;
static void validateThermistorConfig(const char *msg, thermistor_conf_s& cfg) {
if (cfg.tempC_1 >= cfg.tempC_2 ||