Corrected spelling of functions ending in apdu. [note API change for BACnet clients] Thank you, Nikola Jelić!

This commit is contained in:
skarg
2012-11-01 14:13:49 +00:00
parent eb9bfca4a3
commit 271f2e0b46
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ extern "C" {
} BACNET_LSO_DATA;
int lso_encode_adpu(
int lso_encode_apdu(
uint8_t * apdu,
uint8_t invoke_id,
BACNET_LSO_DATA * data);