Skip to content

Commit

Permalink
Merge pull request #22 from AlexFuhr/pr_revert_coap_init
Browse files Browse the repository at this point in the history
Revert "Remove third argument from coap_resource_t"
  • Loading branch information
rosetree authored Dec 2, 2019
2 parents 4ea513f + c92cf49 commit 77cf8bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions saul_coap.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ static const coap_resource_t _resources[] = {
static gcoap_listener_t _listener = {
&_resources[0],
sizeof(_resources) / sizeof(_resources[0]),
NULL,
NULL
};

Expand Down

0 comments on commit 77cf8bd

Please sign in to comment.