move isr to iram
This commit is contained in:
parent
4c6dbb76c1
commit
aa890a8dca
@ -144,7 +144,7 @@ esp_err_t sx127x_free(sx127x_t *handle) {
|
|||||||
return ESP_OK;
|
return ESP_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
void sx127x_isr(void *arg) {
|
void IRAM_ATTR sx127x_isr(void *arg) {
|
||||||
sx127x_t *handle = (sx127x_t *)arg;
|
sx127x_t *handle = (sx127x_t *)arg;
|
||||||
ESP_LOGV(SX127X_TAG, "sx127x_isr");
|
ESP_LOGV(SX127X_TAG, "sx127x_isr");
|
||||||
BaseType_t hpTaskWoken;
|
BaseType_t hpTaskWoken;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user