stm32: protect TX buffer during CAN error frame generation.
This commit is contained in:
parent
587305723e
commit
eb240e014c
@ -2122,7 +2122,9 @@ static void fdcan_error_work(void *arg)
|
|||||||
|
|
||||||
/* Report errors */
|
/* Report errors */
|
||||||
|
|
||||||
|
net_lock();
|
||||||
fdcan_error(priv, pending & FDCAN_ANYERR_INTS);
|
fdcan_error(priv, pending & FDCAN_ANYERR_INTS);
|
||||||
|
net_unlock();
|
||||||
|
|
||||||
/* Re-enable ERROR interrupts */
|
/* Re-enable ERROR interrupts */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user