From 8dd36cf57a202125518028a43a344083e1aca852 Mon Sep 17 00:00:00 2001 From: Ken Bannister Date: Tue, 24 Dec 2019 09:04:22 -0500 Subject: [PATCH] coap-chat: update for gcoap change in 2019.10 release --- coap-chat/coap.c | 1 + 1 file changed, 1 insertion(+) diff --git a/coap-chat/coap.c b/coap-chat/coap.c index 745ea36912..f2b4729c14 100644 --- a/coap-chat/coap.c +++ b/coap-chat/coap.c @@ -40,6 +40,7 @@ static const coap_resource_t _resources[] = { static gcoap_listener_t _listener = { &_resources[0], sizeof(_resources) / sizeof(_resources[0]), + NULL, NULL };