mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-15 13:49:22 +08:00
Grissiom
6d2df9bf94
finsh: unregister rx_indicate when closing the device
Because the device could still remain opened when closed by finsh, the old rx_indicate is useless for finsh. Some buggy driver will still generate rx_indicate even after the device has been closed. So FinSh should unregister the rx_indicate when releasing the old device.
Description
Languages
C
97.6%
Assembly
1.9%
Python
0.3%
HTML
0.1%