DTCs now hav severity and improved DTCMaintenance
This commit is contained in:
@@ -51,7 +51,7 @@ uint32_t Process_GPS_WheelSpeed()
|
||||
}
|
||||
}
|
||||
|
||||
MaintainDTC(DTC_NO_GPS_SERIAL, (millis() > lastRecTimestamp + 10000));
|
||||
MaintainDTC(DTC_NO_GPS_SERIAL,DTC_CRITICAL, (millis() > lastRecTimestamp + 10000));
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user