mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 21:34:07 +08:00
stm32: protect TX buffer during CAN error frame generation.
This commit is contained in:
committed by
Xiang Xiao
parent
587305723e
commit
eb240e014c
@@ -2122,7 +2122,9 @@ static void fdcan_error_work(void *arg)
|
||||
|
||||
/* Report errors */
|
||||
|
||||
net_lock();
|
||||
fdcan_error(priv, pending & FDCAN_ANYERR_INTS);
|
||||
net_unlock();
|
||||
|
||||
/* Re-enable ERROR interrupts */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user