mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-17 18:43:50 +01:00
sys/net/application_layer/gcoap: use COAP_PORT
This commit is contained in:
parent
e3f9252947
commit
c67a2086de
@ -175,7 +175,7 @@ static bool _parse_endpoint(sock_udp_ep_t *remote,
|
||||
}
|
||||
}
|
||||
else {
|
||||
remote->port = 5683;
|
||||
remote->port = COAP_PORT;
|
||||
}
|
||||
|
||||
return true;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user