1
0
Fork 0

How does logging even work

This commit is contained in:
Shawn Nock 2019-07-18 14:54:54 -04:00
parent 6a1d08daf6
commit 2ea3414820
1 changed files with 1 additions and 1 deletions

View File

@ -531,7 +531,7 @@ static void unproc_thread(void) {
goto next; goto next;
} }
h5_print_header(&hdr); LOG_HEXDUMP_DBG(&hdr, sizeof(hdr), "Header");
struct net_buf *rx_buf = NULL; struct net_buf *rx_buf = NULL;