Removed polarity property from Binary Value demo, since polarity is not a standard property of a Binary Value.

This commit is contained in:
skarg
2007-07-19 14:55:22 +00:00
parent 5b07b5b920
commit 032a78bb2a
-1
View File
@@ -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;