Changes to support BLE Quiet.
This commit is contained in:
parent
0b15ce458f
commit
c514219ccc
2 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue