We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d23ce2 commit 27c121cCopy full SHA for 27c121c
obc/app/modules/comms_link_mgr/comms_manager.c
@@ -51,7 +51,6 @@ static uint8_t commsQueueStack[COMMS_MANAGER_QUEUE_LENGTH * COMMS_MANAGER_QUEUE_
51
#define CC1120_TRANSMIT_QUEUE_ITEM_SIZE sizeof(transmit_event_t)
52
#define CC1120_TRANSMIT_QUEUE_RX_WAIT_PERIOD portMAX_DELAY
53
#define CC1120_TRANSMIT_QUEUE_TX_WAIT_PERIOD portMAX_DELAY
54
-#define STACK_BYTES 4
55
56
static QueueHandle_t cc1120TransmitQueueHandle = NULL;
57
static StaticQueue_t cc1120TransmitQueue;
0 commit comments