1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

examples: gcoap_cli: adjust for the request matcher handler

This commit is contained in:
Cenk Gündoğan 2020-05-05 21:35:29 +02:00
parent d4370e690e
commit c970cca422
No known key found for this signature in database
GPG Key ID: A3DBC2F744D484D2

View File

@ -56,6 +56,7 @@ static gcoap_listener_t _listener = {
&_resources[0],
ARRAY_SIZE(_resources),
_encode_link,
NULL,
NULL
};