Replace semphr.h with task.h include after task-notification refactor

This commit is contained in:
2026-05-07 12:13:13 +02:00
parent 81377a88f1
commit 8d4e43c735
+1 -1
View File
@@ -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)