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

cpu/nrf5x_common: nrfx.h: add missing "kernel_defines.h" include

This commit is contained in:
Kaspar Schleiser 2021-10-20 11:34:39 +02:00
parent df6ad4b4d0
commit 5e52a0ea4c

View File

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