From d3d97245cabbf141f84c229c2dd34e4a60291765 Mon Sep 17 00:00:00 2001 From: skarg Date: Thu, 14 Apr 2016 02:01:09 +0000 Subject: [PATCH] fixed positive integer object required property list. --- bacnet-stack/demo/object/piv.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bacnet-stack/demo/object/piv.c b/bacnet-stack/demo/object/piv.c index 109c11e1..02ff1ee3 100644 --- a/bacnet-stack/demo/object/piv.c +++ b/bacnet-stack/demo/object/piv.c @@ -54,7 +54,8 @@ static const int PositiveInteger_Value_Properties_Required[] = { PROP_OBJECT_TYPE, PROP_PRESENT_VALUE, PROP_STATUS_FLAGS, - PROP_UNITS - 1 + PROP_UNITS, + - 1 }; static const int PositiveInteger_Value_Properties_Optional[] = {