This commit is contained in:
Brad Nelson
2023-12-22 23:58:17 -08:00
parent 0ee959ed3b
commit a28f59cfe7
8 changed files with 58 additions and 87 deletions

View File

@ -154,4 +154,4 @@ static cell_t TimerIsrCallbackAdd(cell_t group, cell_t timer, cell_t xt, cell_t
return timer_isr_callback_add((timer_group_t) group, (timer_idx_t) timer, HandleInterruptAndRet, args, flags);
}
#include "esp32_interrupts.h"
#include "gen/esp32_interrupts.h"