Skip to content

Commit

Permalink
pkg/libcoap: Update to latest libcoap code
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdeep1 committed May 9, 2024
1 parent 278cf32 commit 131cd63
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 186 deletions.
2 changes: 1 addition & 1 deletion pkg/libcoap/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PKG_NAME=libcoap
PKG_URL=https://github.com/obgm/libcoap
PKG_VERSION=214665ac4b44b1b6a7e38d4d6907ee835a174928
PKG_VERSION=5d77688f2d47da73b194eadb716ac139623fc844
PKG_LICENSE=BSD-2-Clause

LIBCOAP_BUILD_DIR=$(BINDIR)/pkg/$(PKG_NAME)
Expand Down

This file was deleted.

1 change: 0 additions & 1 deletion tests/pkg/libcoap/libcoap-test.c
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ coap_client_init(coap_context_t *ctx)
goto fail;
}


if (uri.scheme == COAP_URI_SCHEME_COAP) {
session = coap_new_client_session(ctx, NULL, &dst,
COAP_PROTO_UDP);
Expand Down

0 comments on commit 131cd63

Please sign in to comment.