1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 05:53:49 +01:00

Merge pull request #17947 from fjmolinas/pr_proxy_use_gcoap_port

sys/net/application_layer/gcoap: use COAP_PORT
This commit is contained in:
benpicco 2022-04-14 16:05:28 +02:00 committed by GitHub
commit 2acbb5ebea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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