This commit is contained in:
parent
d60c434ac8
commit
e16959b36f
|
@ -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 */
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue