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:
@@ -49,7 +49,7 @@
|
|||||||
|
|
||||||
/** @file tsm.c BACnet Transaction State Machine operations */
|
/** @file tsm.c BACnet Transaction State Machine operations */
|
||||||
/* FIXME: modify basic service handlers to use TSM rather than this buffer! */
|
/* 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)
|
#if (MAX_TSM_TRANSACTIONS)
|
||||||
/* Really only needed for segmented messages */
|
/* Really only needed for segmented messages */
|
||||||
|
|||||||
Reference in New Issue
Block a user