1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 04:52:59 +01:00

boards/remotes: fix includes in board.h

This commit is contained in:
PeterKietzmann 2017-01-27 09:49:10 +01:00
parent 6a6cbb8d88
commit 084d5ad1cb
3 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,7 @@
#define BOARD_H
#include "cpu.h"
#include "board_common.h"
#ifdef __cplusplus
extern "C" {

View File

@ -23,6 +23,7 @@
#define BOARD_H
#include "cpu.h"
#include "board_common.h"
#ifdef __cplusplus
extern "C" {

View File

@ -23,6 +23,7 @@
#define BOARD_H
#include "cpu.h"
#include "board_common.h"
#ifdef __cplusplus
extern "C" {