Changes to support BLE Quiet.

This commit is contained in:
Joe Kearney 2025-07-14 20:56:54 -05:00
parent 0b15ce458f
commit c514219ccc
2 changed files with 3 additions and 1 deletions

View file

@ -30,7 +30,7 @@
#define ITEM_SIZE sizeof(KEvent_T)
static StaticQueue_t StaticQueue;
static uint8_t QueueStorageArea[QUEUE_LENGTH * ITEM_SIZE];
QueueHandle_t xQueueEvents;
static QueueHandle_t xQueueEvents;
static void Remap_Event(KEvent_T *event)
{