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

Merge pull request https://github.com/RIOT-OS/applications/pull/68 from kb2ma/coap-chat/2019.10_update

coap-chat: 2019.10 update
This commit is contained in:
Martine Lenders 2019-12-26 20:20:43 +01:00 committed by chrysn
commit 04ff35135f

View File

@ -40,6 +40,7 @@ static const coap_resource_t _resources[] = {
static gcoap_listener_t _listener = {
&_resources[0],
sizeof(_resources) / sizeof(_resources[0]),
NULL,
NULL
};