vfs: fix build & ci errors

This commit is contained in:
Jiacheng Guo
2021-03-08 19:52:05 +08:00
parent 0d986de363
commit bbb0e7a573
15 changed files with 168 additions and 28 deletions
@@ -34,7 +34,7 @@ static const char *TAG = "eventfd_example";
int s_timer_fd;
int s_progress_fd;
static void IRAM_ATTR eventfd_timer_group0_isr(void *para)
static void eventfd_timer_group0_isr(void *para)
{
timer_spinlock_take(TIMER_GROUP_0);
int timer_idx = (int) para;