Fixed compile errors

This commit is contained in:
skarg
2016-09-08 15:51:11 +00:00
parent 456c0ed42c
commit 27a3c1ff0f
4 changed files with 76 additions and 57 deletions
+2 -2
View File
@@ -30,7 +30,7 @@
#include "bacdef.h"
#include "bacenum.h"
typedef struct {
typedef struct BACnetDeviceObjectPropertyReference {
BACNET_OBJECT_ID objectIdentifier;
BACNET_PROPERTY_ID propertyIdentifier;
uint32_t arrayIndex;
@@ -41,7 +41,7 @@ typedef struct {
* If the optional deviceIdentifier is not provided, then this refers
* to an object inside this Device.
*/
typedef struct {
typedef struct BACnetDeviceObjectReference {
BACNET_OBJECT_ID deviceIndentifier; /**< Optional, for external device. */
BACNET_OBJECT_ID objectIdentifier;
} BACNET_DEVICE_OBJECT_REFERENCE;