Skip to content
Snippets Groups Projects
Commit 68a02fd1 authored by Gunar Schorcht's avatar Gunar Schorcht
Browse files

cpu/esp: comment about non-existing mutex removed

parent 0b1ef9ab
No related branches found
No related tags found
No related merge requests found
......@@ -240,7 +240,6 @@ static IRAM_ATTR void esp_now_recv_cb(const uint8_t *mac, const uint8_t *data, i
/*
* Since we are not in the interrupt context, we do not have to pass
* `NETDEV_EVENT_ISR` first. We can call the receive function directly.
* But we have to unlock the mutex and enable interrupts before.
*/
if (_esp_now_dev.netdev.event_callback) {
_esp_now_dev.netdev.event_callback((netdev_t*)&_esp_now_dev,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment