mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
3574ca6156
This commit removes any function calls within the CAN driver that result in a call to ESP_LOG whilst inside a critical section. These function calls are either moved outside critical sections (e.g., intr_alloc and gpio functions), or substituted (e.g., assert()).