Skip to content

Commit e80f71a

Browse files
gmarullfabiobaltieri
authored andcommitted
drivers: usb: device: nrfx: add missing init.h
File was using SYS_INIT, from init.h. Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent 0b8a7c0 commit e80f71a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/usb/device/usb_dc_nrfx.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#include <soc.h>
1717
#include <string.h>
1818
#include <stdio.h>
19+
#include <zephyr/init.h>
1920
#include <zephyr/kernel.h>
2021
#include <zephyr/drivers/usb/usb_dc.h>
2122
#include <zephyr/usb/usb_device.h>

0 commit comments

Comments
 (0)