auto-sync
This commit is contained in:
parent
8ab5cddf72
commit
9e4fb06230
|
@ -497,10 +497,16 @@ static void setVBattVoltage(float voltage) {
|
||||||
}
|
}
|
||||||
|
|
||||||
static void initMockVoltage(void) {
|
static void initMockVoltage(void) {
|
||||||
|
#if EFI_SIMULATOR || defined(__DOXYGEN__)
|
||||||
setCltVoltage(2);
|
setCltVoltage(2);
|
||||||
|
#endif /* EFI_SIMULATOR */
|
||||||
|
|
||||||
addConsoleActionF("set_mock_clt_voltage", setCltVoltage);
|
addConsoleActionF("set_mock_clt_voltage", setCltVoltage);
|
||||||
|
|
||||||
|
#if EFI_SIMULATOR || defined(__DOXYGEN__)
|
||||||
setIatVoltage(2);
|
setIatVoltage(2);
|
||||||
|
#endif /* EFI_SIMULATOR */
|
||||||
|
|
||||||
addConsoleActionF("set_mock_iat_voltage", setIatVoltage);
|
addConsoleActionF("set_mock_iat_voltage", setIatVoltage);
|
||||||
|
|
||||||
addConsoleActionF("set_mock_maf_voltage", setMafVoltage);
|
addConsoleActionF("set_mock_maf_voltage", setMafVoltage);
|
||||||
|
|
Loading…
Reference in New Issue