Skip to content

Commit

Permalink
boards: nrf9160dk: add missing kernel include
Browse files Browse the repository at this point in the history
Include <zephyr/kernel.h> needed for k_sleep() and K_MSEC().

Signed-off-by: Tomasz Moń <[email protected]>
  • Loading branch information
tmon-nordic authored and fabiobaltieri committed Nov 7, 2022
1 parent 2c52733 commit 909bb77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions boards/arm/nrf9160dk_nrf9160/nrf52840_reset.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include <zephyr/drivers/uart.h>
#include <zephyr/device.h>
#include <zephyr/devicetree.h>
#include <zephyr/kernel.h>

#define RESET_NODE DT_NODELABEL(nrf52840_reset)

Expand Down

0 comments on commit 909bb77

Please sign in to comment.