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

board/msba2: include kernel_defines.h

This commit is contained in:
Karl Fessel 2022-01-26 15:53:39 +01:00
parent 5e42af7935
commit e272fb18ed

View File

@ -20,6 +20,7 @@
#define PERIPH_CONF_H
#include "periph_cpu.h"
#include "kernel_defines.h"
#ifdef __cplusplus
extern "C" {