samples: canbus: isotp: fix a typo
Fixed 'erreor' in 'error' Signed-off-by: Paolo Teti <paolo.teti@gmail.com>
This commit is contained in:
parent
491469a895
commit
a17770e702
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ void rx_8_0_thread(void *arg1, void *arg2, void *arg3)
|
|||
rem_len = isotp_recv_net(&recv_ctx_8_0, &buf,
|
||||
K_MSEC(2000));
|
||||
if (rem_len < 0) {
|
||||
printk("Receiving erreor [%d]\n", rem_len);
|
||||
printk("Receiving error [%d]\n", rem_len);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue