1
0
mirror of https://github.com/stargieg/bacnet-stack synced 2025-10-26 23:35:52 +08:00

[r3090] Added structure name.

This commit is contained in:
Steve Karg 2017-01-01 06:20:39 +01:00 committed by Patrick Grimm
parent 7261d40214
commit 8252eb1242

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;