TSM transmit buffer static init not needed. Thank you, John Kehr (#177)

Co-authored-by: Steve Karg <skarg@users.sourceforge.net>
This commit is contained in:
Steve Karg
2021-06-11 08:20:33 -05:00
committed by GitHub
parent 3e9807327b
commit 40cce9f97c
+1 -1
View File
@@ -49,7 +49,7 @@
/** @file tsm.c BACnet Transaction State Machine operations */
/* FIXME: modify basic service handlers to use TSM rather than this buffer! */
uint8_t Handler_Transmit_Buffer[MAX_PDU] = { 0 };
uint8_t Handler_Transmit_Buffer[MAX_PDU];
#if (MAX_TSM_TRANSACTIONS)
/* Really only needed for segmented messages */