Fixed Binary Input example of BDK port.

This commit is contained in:
skarg
2011-04-27 00:36:49 +00:00
parent 6df76ec9da
commit 879d49f401
2 changed files with 3 additions and 0 deletions
@@ -143,6 +143,8 @@ void bacnet_task(
button_value = input_button_value(i);
if (button_value) {
binary_value = BINARY_ACTIVE;
} else {
binary_value = BINARY_INACTIVE;
}
Binary_Input_Present_Value_Set(i, binary_value);
}