mirror of
https://github.com/stargieg/bacnet-stack
synced 2025-10-26 23:35:52 +08:00
fix debug print format
This commit is contained in:
parent
168875e6a7
commit
28bb3c91b0
|
|
@ -289,7 +289,7 @@ static void print_address_cache(
|
||||||
} else {
|
} else {
|
||||||
print_macaddr(&local_sadr, 1);
|
print_macaddr(&local_sadr, 1);
|
||||||
}
|
}
|
||||||
printf(" %-4hu ", addr->max_apdu);
|
printf(" %-4u ", addr->max_apdu);
|
||||||
printf("\n");
|
printf("\n");
|
||||||
|
|
||||||
addr = addr->next;
|
addr = addr->next;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user