From 8252eb12428acc24f1b81839722e8a9bb4a6ad48 Mon Sep 17 00:00:00 2001 From: Steve Karg Date: Sun, 1 Jan 2017 06:20:39 +0100 Subject: [PATCH] [r3090] Added structure name. --- include/timestamp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/timestamp.h b/include/timestamp.h index bfc0499..66cca53 100644 --- a/include/timestamp.h +++ b/include/timestamp.h @@ -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;