samples: usb_c: source: power_ctrl: add missing init.h
File was using SYS_INIT without including init.h. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
parent
5e71860750
commit
8a42903506
|
@ -9,6 +9,7 @@
|
|||
#include <zephyr/devicetree.h>
|
||||
#include <zephyr/drivers/adc.h>
|
||||
#include <zephyr/drivers/gpio.h>
|
||||
#include <zephyr/init.h>
|
||||
#include <zephyr/usb_c/usbc.h>
|
||||
#include <zephyr/drivers/pwm.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue