logging: frontend_dict_uart: add missing init.h
File is using SYS_INIT, from init.h. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
parent
04ef8ca509
commit
528a6f5e79
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
#include <zephyr/sys/mpsc_pbuf.h>
|
||||
#include <zephyr/device.h>
|
||||
#include <zephyr/drivers/uart.h>
|
||||
#include <zephyr/init.h>
|
||||
|
||||
static uint32_t dbuf[CONFIG_LOG_FRONTEND_DICT_UART_BUFFER_SIZE / sizeof(uint32_t)];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue