From a91fb69565d1c91ab868643b73f55a781dd44508 Mon Sep 17 00:00:00 2001 From: adrcs Date: Sun, 9 Feb 2025 15:55:05 -0700 Subject: [PATCH] updated frame.h --- code/IP400/Inc/frame.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/IP400/Inc/frame.h b/code/IP400/Inc/frame.h index 262c0ca..482ffef 100644 --- a/code/IP400/Inc/frame.h +++ b/code/IP400/Inc/frame.h @@ -186,7 +186,7 @@ BOOL SendTextFrame(char *srcCall, uint16_t srcPort, char *destCall, uint16_t dst void SendBeaconFrame(char *srcCall, uint8_t *payload, int bcnlen); // -BOOL EnqueChatFrame(void *Frame, int length); // queue a chat frame +BOOL EnqueChatFrame(void *Frame); // queue a chat frame FRAME_STATS *GetFrameStats(void); // return the frame stats uint32_t GetRadioStatus(void); // get the radio status uint8_t GetFSMState(void); // get FSM state