mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-20 07:13:31 +08:00
be699795f8
原来的CAN close中先释放fifo后关闭CAN中断,可能导致释放fifo后且关闭CAN中断前来CAN中断,此时rt_hw_can_isr可能在RT_ASSERT(tx/rx_fifo != RT_NULL)断言失败