auto-sync
This commit is contained in:
parent
5c96277fbf
commit
33dc802479
|
@ -634,6 +634,7 @@ void commonFrankensoAnalogInputs(engine_configuration_s *engineConfiguration) {
|
||||||
* VBatt
|
* VBatt
|
||||||
*/
|
*/
|
||||||
engineConfiguration->vbattAdcChannel = EFI_ADC_14;
|
engineConfiguration->vbattAdcChannel = EFI_ADC_14;
|
||||||
|
engineConfiguration->bc.adcHwChannelEnabled[14] = ADC_SLOW;
|
||||||
}
|
}
|
||||||
|
|
||||||
void copyFuelTable(fuel_table_t const source, fuel_table_t destination) {
|
void copyFuelTable(fuel_table_t const source, fuel_table_t destination) {
|
||||||
|
|
Loading…
Reference in New Issue