1
0
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:
Francisco Molina 2022-04-11 16:31:26 +02:00
parent e3f9252947
commit c67a2086de

View File

@ -175,7 +175,7 @@ static bool _parse_endpoint(sock_udp_ep_t *remote,
} }
} }
else { else {
remote->port = 5683; remote->port = COAP_PORT;
} }
return true; return true;