Updated a PIC port project which needed changes to API for some BACnet objects. Compiled with MPLAB-X MCC18 compiler.

This commit is contained in:
skarg
2013-05-22 21:21:42 +00:00
parent 0b6abd8f2b
commit 13d58298ea
+1 -1
View File
@@ -90,7 +90,7 @@ unsigned Binary_Value_Instance_To_Index(
return index;
}
static BACNET_BINARY_PV Binary_Value_Present_Value(
BACNET_BINARY_PV Binary_Value_Present_Value(
uint32_t object_instance)
{
BACNET_BINARY_PV value = BINARY_INACTIVE;