using existing stack function to copy address. Fixes warning on PIC compile.
This commit is contained in:
@@ -132,7 +132,7 @@ int iam_unicast_encode_pdu(
|
|||||||
int pdu_len = 0;
|
int pdu_len = 0;
|
||||||
BACNET_ADDRESS my_address;
|
BACNET_ADDRESS my_address;
|
||||||
/* The destination will be the same as the src, so copy it over. */
|
/* The destination will be the same as the src, so copy it over. */
|
||||||
memcpy(dest, src, sizeof(BACNET_ADDRESS));
|
bacnet_address_copy(dest, src);
|
||||||
/* dest->net = 0; - no, must direct back to src->net to meet BTL tests */
|
/* dest->net = 0; - no, must direct back to src->net to meet BTL tests */
|
||||||
|
|
||||||
datalink_get_my_address(&my_address);
|
datalink_get_my_address(&my_address);
|
||||||
|
|||||||
Reference in New Issue
Block a user