mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #17019 from kaspar030/add_missing_nrf_includes
nrfx: add some missing includes
This commit is contained in:
commit
5eb7bd744b
@ -20,6 +20,7 @@
|
||||
#ifndef PERIPH_CONF_H
|
||||
#define PERIPH_CONF_H
|
||||
|
||||
#include "kernel_defines.h"
|
||||
#include "periph_conf_common.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
@ -22,6 +22,7 @@
|
||||
#ifndef NRFX_H
|
||||
#define NRFX_H
|
||||
|
||||
#include "kernel_defines.h"
|
||||
#include "cpu_conf.h"
|
||||
#include "periph_conf.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user