1
0
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:
benpicco 2021-10-20 14:01:29 +02:00 committed by GitHub
commit 5eb7bd744b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@
#ifndef PERIPH_CONF_H
#define PERIPH_CONF_H
#include "kernel_defines.h"
#include "periph_conf_common.h"
#ifdef __cplusplus

View File

@ -22,6 +22,7 @@
#ifndef NRFX_H
#define NRFX_H
#include "kernel_defines.h"
#include "cpu_conf.h"
#include "periph_conf.h"