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

boards/nrf52840dk: periph_conf.h: include "kernel_defines.h"

This commit is contained in:
Kaspar Schleiser 2021-10-20 11:34:00 +02:00
parent 0486c0dba7
commit df6ad4b4d0

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