Skip to content

Commit

Permalink
Merge pull request #12912 from smlng/pr_tinydtls_bump
Browse files Browse the repository at this point in the history
pkg/tinydtls: bump version
  • Loading branch information
aabadie authored Dec 14, 2019
2 parents 2ed87d5 + cdda4e4 commit 9cfdadc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/dtls-echo/dtls-client.c
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ static int _peer_get_psk_info_handler(struct dtls_context_t *ctx,
switch (type) {
case DTLS_PSK_IDENTITY:
if (id_len) {
dtls_debug("got psk_identity_hint: '%.*s'\n", id_len, id);
dtls_debug("got psk_identity_hint: '%.*s'\n", (int)id_len, id);
}

if (result_length < psk_id_length) {
Expand Down
2 changes: 1 addition & 1 deletion pkg/tinydtls/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PKG_NAME=tinydtls
PKG_URL=https://github.com/eclipse/tinydtls.git
PKG_VERSION=865ca387cd9d05e52943e5641ad0eefafef218a3
PKG_VERSION=7a0420bfe3c041789cc0fe87822832f2fd12d0c3
PKG_LICENSE=EPL-1.0,EDL-1.0

CFLAGS += -Wno-implicit-fallthrough
Expand Down

0 comments on commit 9cfdadc

Please sign in to comment.