Fixed compilation with BACNET_SVC_SERVER=1 for apps. (#552)

Co-authored-by: Steve Karg <skarg@users.sourceforge.net>
This commit is contained in:
Steve Karg
2024-01-03 10:35:03 -06:00
committed by GitHub
parent ead190584c
commit 7f3b82db9a
18 changed files with 72 additions and 5 deletions
+2
View File
@@ -351,6 +351,7 @@ int create_object_error_ack_encode(
return len;
}
#if !BACNET_SVC_SERVER
/**
* @brief Decode a CreateObject-Error ACK APDU
*
@@ -419,3 +420,4 @@ int create_object_error_ack_service_decode(
return apdu_len;
}
#endif