From 8d4e43c735d61896e3a118cb7babc8368b83a318 Mon Sep 17 00:00:00 2001 From: Flokke Date: Thu, 7 May 2026 12:13:13 +0200 Subject: [PATCH] Replace semphr.h with task.h include after task-notification refactor --- src/InterruptHandler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/InterruptHandler.h b/src/InterruptHandler.h index 56d9ac7..b63e63c 100644 --- a/src/InterruptHandler.h +++ b/src/InterruptHandler.h @@ -10,8 +10,8 @@ #include "Arduino.h" #include "freertos/FreeRTOS.h" -#include "freertos/semphr.h" #include "freertos/queue.h" +#include "freertos/task.h" #define ISR_TIME_US (10000uL)