Skip to content

Commit 7e6d7a4

Browse files
jtguggedalcarlescufi
authored andcommitted
lib: dk_buttons_and_leds: Include nrfx.h
This patch adds include of nrfx.h to make necessary GPIO defines for available for the DK buttons and LEDs library. Signed-off-by: Jan Tore Guggedal <[email protected]>
1 parent 8eec1bb commit 7e6d7a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/dk_buttons_and_leds/dk_buttons_and_leds.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#include <gpio.h>
1111
#include <misc/util.h>
1212
#include <logging/sys_log.h>
13+
#include <nrfx.h>
1314
#include <dk_buttons_and_leds.h>
1415

1516
static struct k_delayed_work buttons_scan;

0 commit comments

Comments
 (0)