oop, use PRINTF not printf in MI code
This commit is contained in:
parent
27682aeaa7
commit
59326b98ed
@ -291,7 +291,7 @@ isp_print_qentry(isp, msg, idx, arg)
|
||||
for (j = 0; j < (QENTRY_LEN >> 2); j++) {
|
||||
PRINTF(" %02x", ptr[amt++] & 0xff);
|
||||
}
|
||||
printf("\n ");
|
||||
PRINTF("\n ");
|
||||
}
|
||||
PRINTF("\n");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user