Added structure name.

This commit is contained in:
skarg
2017-01-01 05:20:39 +00:00
parent f2b754336d
commit a2cd7c478c
+1 -1
View File
@@ -34,7 +34,7 @@ typedef enum {
typedef uint8_t TYPE_BACNET_TIMESTAMP_TYPE;
typedef struct {
typedef struct BACnet_Timestamp {
TYPE_BACNET_TIMESTAMP_TYPE tag;
union {
BACNET_TIME time;