Corrected spelling of functions ending in apdu. [note API change for BACnet clients] Thank you, Nikola Jelić!
This commit is contained in:
@@ -129,7 +129,7 @@ uint8_t Send_COV_Subscribe(
|
||||
&npdu_data);
|
||||
/* encode the APDU portion of the packet */
|
||||
len =
|
||||
cov_subscribe_encode_adpu(&Handler_Transmit_Buffer[pdu_len],
|
||||
cov_subscribe_encode_apdu(&Handler_Transmit_Buffer[pdu_len],
|
||||
invoke_id, cov_data);
|
||||
pdu_len += len;
|
||||
/* will it fit in the sender?
|
||||
|
||||
@@ -79,7 +79,7 @@ uint8_t Send_Life_Safety_Operation_Data(
|
||||
npdu_encode_pdu(&Handler_Transmit_Buffer[0], &dest, &my_address,
|
||||
&npdu_data);
|
||||
len =
|
||||
lso_encode_adpu(&Handler_Transmit_Buffer[pdu_len], invoke_id,
|
||||
lso_encode_apdu(&Handler_Transmit_Buffer[pdu_len], invoke_id,
|
||||
data);
|
||||
pdu_len += len;
|
||||
/* will it fit in the sender?
|
||||
|
||||
Reference in New Issue
Block a user