drivers: Replace printf by printk when applicable
Signed-off-by: Xavier Chapron <xavier.chapron@stimio.fr>
This commit is contained in:
parent
c26b7c8d5c
commit
2a8ff02ef2
6 changed files with 23 additions and 23 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue