This commit is contained in:
rusefi 2017-11-27 21:25:33 -05:00
parent 451225a3ec
commit becb389462
1 changed files with 2 additions and 2 deletions

View File

@ -521,11 +521,11 @@ void setMockVBattVoltage(float voltage) {
static void initMockVoltage(void) {
#if EFI_SIMULATOR || defined(__DOXYGEN__)
setCltVoltage(2);
setMockCltVoltage(2);
#endif /* EFI_SIMULATOR */
#if EFI_SIMULATOR || defined(__DOXYGEN__)
setIatVoltage(2);
setMockIatVoltage(2);
#endif /* EFI_SIMULATOR */
}