Replace beepSemaphore with static TaskHandle_t for direct task notification
This commit is contained in:
@@ -12,8 +12,8 @@
|
|||||||
#define LOOP_COUNTS_FOR_PAUSE 2u
|
#define LOOP_COUNTS_FOR_PAUSE 2u
|
||||||
#define RF_QUEUE_SIZE 32u
|
#define RF_QUEUE_SIZE 32u
|
||||||
|
|
||||||
SemaphoreHandle_t beepSemaphore;
|
static TaskHandle_t beepTaskHandle;
|
||||||
QueueHandle_t rfEventQueue;
|
QueueHandle_t rfEventQueue;
|
||||||
|
|
||||||
hw_timer_t *timer;
|
hw_timer_t *timer;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user