drivers: Replace printf by printk when applicable

Signed-off-by: Xavier Chapron <xavier.chapron@stimio.fr>
This commit is contained in:
Xavier Chapron 2020-05-07 12:07:22 +02:00 committed by Carles Cufí
commit 2a8ff02ef2
6 changed files with 23 additions and 23 deletions

View file

@ -338,7 +338,7 @@ static u8_t *recv_cb(u8_t *buf, size_t *off)
while (bytes && buf) {
char msg[8 + 1];
snprintf(msg, sizeof(msg),
snprintk(msg, sizeof(msg),
">slip %2d", count);
LOG_HEXDUMP_DBG(buf->data, buf->len,