This commit is contained in:
Matthew Kennedy 2020-10-01 14:14:25 -07:00 committed by GitHub
parent fb85082e01
commit a05b06f5f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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);