Cleaned up compiler warnings on Win32 from Borland compiler.

This commit is contained in:
skarg
2007-07-19 21:51:46 +00:00
parent 30c186d730
commit 77e55bcbd4
4 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ typedef struct dlmstp_packet {
bool ready; /* true if ready to be sent or received */
BACNET_ADDRESS address; /* source address */
uint8_t frame_type; /* type of message */
unsigned pdu_len; /* packet length */
uint16_t pdu_len; /* packet length */
uint8_t pdu[MAX_MPDU]; /* packet */
} DLMSTP_PACKET;