Fixing ATMEGA168 port paths and includes according to changes in directory structure

This commit is contained in:
Martin Kudláček
2020-01-03 20:50:59 +01:00
parent 52cdb5e365
commit 038b9a4fe2
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -82,7 +82,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;