samples: canbus: isotp: fix a typo

Fixed 'erreor' in 'error'

Signed-off-by: Paolo Teti <paolo.teti@gmail.com>
This commit is contained in:
Paolo Teti 2020-05-01 14:16:38 +02:00 committed by Kumar Gala
commit a17770e702

View file

@ -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;
}