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
@@ -437,6 +437,7 @@ int wpm_error_ack_encode_apdu(
return len;
}
#if !BACNET_SVC_SERVER
/** Decoding for WritePropertyMultiple Error
* @ingroup DSWPM
* WritePropertyMultiple-Error ::= SEQUENCE {
@@ -571,6 +572,7 @@ int wpm_error_ack_decode_apdu(
return apdu_len;
}
#endif
/**
* @brief Convert an array of BACnetWriteAccessData to linked list