From 032a78bb2a287169da2804bd3026ea24d84535ae Mon Sep 17 00:00:00 2001 From: skarg Date: Thu, 19 Jul 2007 14:55:22 +0000 Subject: [PATCH] Removed polarity property from Binary Value demo, since polarity is not a standard property of a Binary Value. --- bacnet-stack/demo/object/bv.c | 1 - 1 file changed, 1 deletion(-) diff --git a/bacnet-stack/demo/object/bv.c b/bacnet-stack/demo/object/bv.c index b55d77a8..13abeb16 100644 --- a/bacnet-stack/demo/object/bv.c +++ b/bacnet-stack/demo/object/bv.c @@ -192,7 +192,6 @@ int Binary_Value_Encode_Property_APDU(uint8_t * apdu, BACNET_BIT_STRING bit_string; BACNET_CHARACTER_STRING char_string; BACNET_BINARY_PV present_value = BINARY_INACTIVE; - BACNET_POLARITY polarity = POLARITY_NORMAL; unsigned object_index = 0; unsigned i = 0; bool state = false;