Fix enumerations syntax

This commit is contained in:
Steve Karg
2024-01-05 17:12:59 -06:00
parent 889ea5ae12
commit c7c2e1c6ef
+1 -1
View File
@@ -1076,7 +1076,7 @@ typedef enum {
and the sum is encoded using context tag 63,
the extended-value choice.*/
PROP_STATE_EXAMPLE_ONE = 256,
PROP_STATE_EXAMPLE_TWO = 257,
PROP_STATE_EXAMPLE_TWO = 257
} BACNET_PROPERTY_STATES;
typedef enum {