From 22b3118ead9954e59fec1e50d18ca8be6cb40cf3 Mon Sep 17 00:00:00 2001 From: skarg Date: Fri, 31 Aug 2007 00:23:07 +0000 Subject: [PATCH] Added thought provoking comment. --- bacnet-stack/mstp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bacnet-stack/mstp.c b/bacnet-stack/mstp.c index b65571b7..0e4a9e09 100644 --- a/bacnet-stack/mstp.c +++ b/bacnet-stack/mstp.c @@ -436,6 +436,7 @@ void MSTP_Receive_Frame_FSM(volatile struct mstp_port_struct_t *mstp_port) /* Data */ if ((mstp_port->DataLength) && (mstp_port->DataLength <= MAX_MPDU)) { + /* FIXME: is limit InputBufferSize or MAX_MPDU? */ /* Data - decode anyway to keep from false */ mstp_port->Index = 0; mstp_port->DataCRC = 0xFFFF;