fixing compilation on the chprintf test

This commit is contained in:
rusefi 2017-03-28 23:08:40 -04:00
parent 797eddd824
commit 33b2f1a50c
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ static void runChprintfTess() {
#define FLOAT_STRING_EXPECTED "0.23/239.9320/0.1234"
if (strcmp(FLOAT_STRING_EXPECTED, testBuffer) != 0) {
firmwareError(0, "chprintf test: got %s while %s", testBuffer, FLOAT_STRING_EXPECTED);
firmwareError(OBD_PCM_Processor_Fault, "chprintf test: got %s while %s", testBuffer, FLOAT_STRING_EXPECTED);
}
}