Replace beepSemaphore with static TaskHandle_t for direct task notification

This commit is contained in:
2026-05-07 12:12:30 +02:00
parent bee521bfd1
commit 7cc16bc55c
+1 -1
View File
@@ -12,7 +12,7 @@
#define LOOP_COUNTS_FOR_PAUSE 2u
#define RF_QUEUE_SIZE 32u
SemaphoreHandle_t beepSemaphore;
static TaskHandle_t beepTaskHandle;
QueueHandle_t rfEventQueue;
hw_timer_t *timer;