1
0
Fork 0

How does logging even work

This commit is contained in:
Shawn Nock 2019-07-18 15:04:55 -04:00
parent 2ea3414820
commit dd78877844
1 changed files with 1 additions and 1 deletions

View File

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