Skip to content

Commit

Permalink
removed use of inttypes macros as it doesnt work in esp
Browse files Browse the repository at this point in the history
  • Loading branch information
MightyPork committed Mar 25, 2016
1 parent fc04fe6 commit 6495ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/sbmp_session.c
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ static void FLASH_FN parse_peer_hsk_buf(SBMP_Endpoint *ep, const uint8_t* buf)
ep->peer_pref_cksum = buf[0];
ep->peer_buffer_size = (uint16_t)(buf[1] | (buf[2] << 8));

sbmp_info("Handshake success, peer buf %"PRIu16", pref cksum %d",
sbmp_info("Handshake success, peer buf %d, pref cksum %d",
ep->peer_buffer_size,
ep->peer_pref_cksum);

Expand Down

0 comments on commit 6495ad6

Please sign in to comment.