Added thought provoking comment.

This commit is contained in:
skarg
2007-08-31 00:23:07 +00:00
parent e5ad637410
commit 22b3118ead
+1
View File
@@ -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;