corrected some DTC-Stuff

This commit is contained in:
2023-02-24 19:28:06 +01:00
parent df209a788b
commit 3b4a22bff7
2 changed files with 1 additions and 2 deletions

View File

@@ -247,7 +247,7 @@ void Debug_ShowDTCs()
else
strcpy(buff_active, "none");
Debug_pushMessage("%s \t %6d \t %s", buff_timestamp, DTCStorage[i].Number, buff_active);
Debug_pushMessage("%s \t %6d \t %s \t %d", buff_timestamp, DTCStorage[i].Number, buff_active, DTCStorage[i].severity);
}
}
}