File tree Expand file tree Collapse file tree 4 files changed +4
-8
lines changed Expand file tree Collapse file tree 4 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,7 @@ extern "C" {
2222
2323#include <stdint.h>
2424#include <stdbool.h>
25- #include "nrf.h"
26- #include "nrf_peripherals.h"
25+ #include "nrfx.h"
2726#include "nrf_errno.h"
2827#include "mpsl_clock.h"
2928#include "mpsl_hwres.h"
Original file line number Diff line number Diff line change @@ -23,8 +23,7 @@ extern "C" {
2323
2424#include <stdint.h>
2525#include <stdbool.h>
26- #include "nrf.h"
27- #include "nrf_errno.h"
26+ #include "nrfx.h"
2827#if !defined (NRF54H_SERIES ) && !defined (NRF92_SERIES )
2928#include "hal/nrf_clock.h"
3029#endif /* !NRF54H20_XXAA && !NRF92H20_XXAA */
Original file line number Diff line number Diff line change 2222
2323#include <stdbool.h>
2424#include <stdint.h>
25- #include "nrf.h"
26- #include "nrf_peripherals.h"
25+ #include "nrfx.h"
2726
2827#ifdef __cplusplus
2928extern "C" {
Original file line number Diff line number Diff line change @@ -25,8 +25,7 @@ extern "C" {
2525#endif
2626
2727#include <stdint.h>
28- #include "nrf.h"
29- #include "nrf_peripherals.h"
28+ #include "nrfx.h"
3029#include "nrf_errno.h"
3130
3231/** @brief The shortest allowed timeslot event in microseconds. */
You can’t perform that action at this time.
0 commit comments