Feature/mstp extended frames (#529)
* added MSTP extended frames to bacnet/datalink/mstp.c module. Thank you, Simon! * auto-size some FIFO buffers for MSTP * add COBS library to MSTP builds --------- Co-authored-by: Steve Karg <skarg@users.sourceforge.net>
This commit is contained in:
@@ -48,7 +48,7 @@ static uint32_t Baud_Rate = 9600;
|
||||
/* turnaround_time_milliseconds = (Tturnaround*1000UL)/Baud_Rate; */
|
||||
|
||||
/* buffer for storing received bytes - size must be power of two */
|
||||
static uint8_t Receive_Buffer_Data[128];
|
||||
static uint8_t Receive_Buffer_Data[256];
|
||||
static FIFO_BUFFER Receive_Buffer;
|
||||
|
||||
static struct mstimer Silence_Timer;
|
||||
|
||||
Reference in New Issue
Block a user