Skip to content

Commit

Permalink
drivers: usb: device: nrfx: add missing init.h
Browse files Browse the repository at this point in the history
File was using SYS_INIT, from init.h.

Signed-off-by: Gerard Marull-Paretas <[email protected]>
  • Loading branch information
gmarull authored and fabiobaltieri committed Aug 29, 2023
1 parent 0b8a7c0 commit e80f71a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/usb/device/usb_dc_nrfx.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#include <soc.h>
#include <string.h>
#include <stdio.h>
#include <zephyr/init.h>
#include <zephyr/kernel.h>
#include <zephyr/drivers/usb/usb_dc.h>
#include <zephyr/usb/usb_device.h>
Expand Down

0 comments on commit e80f71a

Please sign in to comment.