mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-23 13:33:49 +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:
commit
04ff35135f
@ -40,6 +40,7 @@ static const coap_resource_t _resources[] = {
|
|||||||
static gcoap_listener_t _listener = {
|
static gcoap_listener_t _listener = {
|
||||||
&_resources[0],
|
&_resources[0],
|
||||||
sizeof(_resources) / sizeof(_resources[0]),
|
sizeof(_resources) / sizeof(_resources[0]),
|
||||||
|
NULL,
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user