drivers: can: stm32: fix typo in a comment
Replace 'mailbix' with 'mailbox' in drivers/can/can_stm32.c. Signed-off-by: Dario Binacchi <dariobin@libero.it>
This commit is contained in:
parent
f4e9ec5392
commit
c3ee515865
1 changed files with 1 additions and 1 deletions
|
@ -663,7 +663,7 @@ int can_stm32_send(const struct device *dev, const struct zcan_frame *msg,
|
||||||
mb->callback_arg = callback_arg;
|
mb->callback_arg = callback_arg;
|
||||||
k_sem_reset(&mb->tx_int_sem);
|
k_sem_reset(&mb->tx_int_sem);
|
||||||
|
|
||||||
/* mailbix identifier register setup */
|
/* mailbox identifier register setup */
|
||||||
mailbox->TIR &= CAN_TI0R_TXRQ;
|
mailbox->TIR &= CAN_TI0R_TXRQ;
|
||||||
|
|
||||||
if (msg->id_type == CAN_STANDARD_IDENTIFIER) {
|
if (msg->id_type == CAN_STANDARD_IDENTIFIER) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue