cleaned up compile errors.

This commit is contained in:
skarg
2010-02-11 17:16:21 +00:00
parent eb791ae681
commit f10629260e
3 changed files with 7 additions and 95 deletions
+5 -1
View File
@@ -43,7 +43,11 @@
/* Number of MS/TP Packets Rx/Tx */
uint16_t MSTP_Packets = 0;
/* The minimum time without a DataAvailable or ReceiveError event */
/* that a node must wait for a station to begin replying to a */
/* confirmed request: 255 milliseconds. (Implementations may use */
/* larger values for this timeout, not to exceed 300 milliseconds.) */
static uint16_t Treply_timeout = 260;
/* packet queues */
static DLMSTP_PACKET Receive_Packet;
static HANDLE Receive_Packet_Flag;