This commit is contained in:
Matthew Kennedy 2020-10-01 14:14:25 -07:00 committed by GitHub
parent c1cb48ed12
commit a11338d642
1 changed files with 1 additions and 1 deletions

View File

@ -276,7 +276,7 @@ void firmwareError(obd_code_e code, const char *fmt, ...) {
}
#else
printf("firmwareError [%s]\r\n", fmt);
printf("\x1B[31m>>>>>>>>>> firmwareError [%s]\r\n\x1B[0m", fmt);
va_list ap;
va_start(ap, fmt);