Added fixme comment due to report of bug. Thank you John Taylor!

This commit is contained in:
skarg
2007-10-03 16:19:51 +00:00
parent 71eac31ee2
commit 8ceee148a5
+1
View File
@@ -127,6 +127,7 @@ uint8_t RS485_Check_UART_Data(volatile struct mstp_port_struct_t *
RS485_Comstat.RxTail = 0;
else
RS485_Comstat.RxTail++;
/* FIXME: disable interrupts around Rx_Bytes */
RS485_Comstat.Rx_Bytes--;
/* errors? let the state machine know */
if (RS485_Comstat.Rx_Bufferoverrun) {