We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15a5e4d commit 06cb577Copy full SHA for 06cb577
gzll/include/nrf_gzll.h
@@ -12,8 +12,7 @@
12
#ifndef NRF_GZLL_H__
13
#define NRF_GZLL_H__
14
15
-#include <stdbool.h>
16
-#include "nrf.h"
+#include "nrfx.h"
17
#include "nrf_gzll_constants.h"
18
19
#ifdef __cplusplus
gzll/include/nrf_gzll_glue.h
@@ -14,8 +14,7 @@
* File defines a set of functions and variables called by Gazell Link Layer.
*/
-#include <nrf.h>
-#include <nrf_peripherals.h>
+#include <nrfx.h>
20
21
extern "C" {
0 commit comments