Skip to content

Commit 27c121c

Browse files
authored
Update comms_manager.c
1 parent 9d23ce2 commit 27c121c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

obc/app/modules/comms_link_mgr/comms_manager.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ static uint8_t commsQueueStack[COMMS_MANAGER_QUEUE_LENGTH * COMMS_MANAGER_QUEUE_
5151
#define CC1120_TRANSMIT_QUEUE_ITEM_SIZE sizeof(transmit_event_t)
5252
#define CC1120_TRANSMIT_QUEUE_RX_WAIT_PERIOD portMAX_DELAY
5353
#define CC1120_TRANSMIT_QUEUE_TX_WAIT_PERIOD portMAX_DELAY
54-
#define STACK_BYTES 4
5554

5655
static QueueHandle_t cc1120TransmitQueueHandle = NULL;
5756
static StaticQueue_t cc1120TransmitQueue;

0 commit comments

Comments
 (0)