Skip to content

Commit

Permalink
Test fix for Murdock build 11
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdeep1 committed Sep 8, 2023
1 parent e281144 commit fd8dd7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion examples/libcoap-client/client-coap.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#include <coap3/coap.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netdb.h>
#include "client-coap.h"
#include "macros/utils.h"
#include "net/utils.h"
Expand Down
4 changes: 2 additions & 2 deletions 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=269216eb1990f0826680a3fb434a28de8e995bfa
PKG_URL=https://github.com/mrdeep1/libcoap
PKG_VERSION=f0d6dff413713751afc60c8165bb3be314286c95
PKG_LICENSE=BSD-2-Clause

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

0 comments on commit fd8dd7f

Please sign in to comment.