zketech-ebd-usb: Fix a compiler warning.

This commit is contained in:
Uwe Hermann 2018-06-05 19:40:46 +02:00
parent f49065c668
commit b8a954c586
1 changed files with 1 additions and 1 deletions

View File

@ -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. */