mirror of
https://github.com/apache/nuttx.git
synced 2026-05-18 08:54:05 +08:00
6b2a5dfa01
The interrupt handler accesses the device as well as the driver's private data. Use critical_section for mutual exclusion with drivers/usbdev, which also protects the same data with critical_section. Signed-off-by: Jukka Laitinen <jukka.laitinen@tii.ae>