How does logging even work
This commit is contained in:
parent
2ea3414820
commit
dd78877844
|
@ -531,7 +531,7 @@ static void unproc_thread(void) {
|
||||||
goto next;
|
goto next;
|
||||||
}
|
}
|
||||||
|
|
||||||
LOG_HEXDUMP_DBG(&hdr, sizeof(hdr), "Header");
|
LOG_HEXDUMP_DBG((uint8_t*)&hdr, sizeof(hdr), "Header");
|
||||||
|
|
||||||
struct net_buf *rx_buf = NULL;
|
struct net_buf *rx_buf = NULL;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue