1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

cpu/nrf5x: rename nrfx.h -> nrfx_riot.h

The nrfx compatibility header is renamed to allow for optinally
including the real nrfx headers using a RIOT package.
This commit is contained in:
Hauke Petersen 2022-04-28 12:17:02 +02:00
parent 6cca6234b0
commit 5430c145f8
3 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
#include "cpu.h"
#include "nrf_clock.h"
#include "nrfx.h"
#include "nrfx_riot.h"
#include "periph_conf.h"
#include "periph/init.h"
#include "stdio_base.h"

View File

@ -23,7 +23,7 @@
#define DONT_OVERRIDE_NVIC
#include "cpu.h"
#include "nrfx.h"
#include "nrfx_riot.h"
#include "nrf_clock.h"
#include "periph_conf.h"
#include "periph/init.h"