fixed compile error in bactext after change to enumeration name.

This commit is contained in:
skarg
2008-01-08 15:16:31 +00:00
parent e79bd532af
commit ef8f9c7e8b
+3 -3
View File
@@ -141,11 +141,11 @@ INDTEXT_DATA bacnet_application_tag_names[] = {
, ,
{BACNET_APPLICATION_TAG_OBJECT_ID, "Object ID"} {BACNET_APPLICATION_TAG_OBJECT_ID, "Object ID"}
, ,
{BACNET_APPLICATION_TAG_RESERVED1, "Reserved 1"} {BACNET_APPLICATION_TAG_RESERVE1, "Reserved 1"}
, ,
{BACNET_APPLICATION_TAG_RESERVED2, "Reserved 2"} {BACNET_APPLICATION_TAG_RESERVE2, "Reserved 2"}
, ,
{BACNET_APPLICATION_TAG_RESERVED3, "Reserved 3"} {BACNET_APPLICATION_TAG_RESERVE3, "Reserved 3"}
, ,
{0, NULL} {0, NULL}
}; };