Skip to content

Commit 06cb577

Browse files
committed
gzll: align to nrfx 4.0
MDK should not be included directly, but via nrfx.h Signed-off-by: Marcin Szymczyk <[email protected]>
1 parent 15a5e4d commit 06cb577

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

gzll/include/nrf_gzll.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
#ifndef NRF_GZLL_H__
1313
#define NRF_GZLL_H__
1414

15-
#include <stdbool.h>
16-
#include "nrf.h"
15+
#include "nrfx.h"
1716
#include "nrf_gzll_constants.h"
1817

1918
#ifdef __cplusplus

gzll/include/nrf_gzll_glue.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
* File defines a set of functions and variables called by Gazell Link Layer.
1515
*/
1616

17-
#include <nrf.h>
18-
#include <nrf_peripherals.h>
17+
#include <nrfx.h>
1918

2019
#ifdef __cplusplus
2120
extern "C" {

0 commit comments

Comments
 (0)