zketech-ebd-usb: Fix a compiler warning.
This commit is contained in:
parent
f49065c668
commit
b8a954c586
|
@ -30,7 +30,7 @@ static void log_buf(const char *message, uint8_t buf[], size_t count)
|
||||||
|
|
||||||
buffer[count * 2] = 0;
|
buffer[count * 2] = 0;
|
||||||
|
|
||||||
sr_dbg("%s: %s [%lu bytes]", message, buffer, count);
|
sr_dbg("%s: %s [%zu bytes]", message, buffer, count);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Send a command to the device. */
|
/* Send a command to the device. */
|
||||||
|
|
Loading…
Reference in New Issue