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:
parent
d4370e690e
commit
c970cca422
@ -56,6 +56,7 @@ static gcoap_listener_t _listener = {
|
||||
&_resources[0],
|
||||
ARRAY_SIZE(_resources),
|
||||
_encode_link,
|
||||
NULL,
|
||||
NULL
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user