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

Merge pull request #6493 from PeterKietzmann/boards_remotes_includes

boards/remotes: fix includes in board.h
This commit is contained in:
Peter Kietzmann 2017-01-27 13:23:17 +01:00 committed by GitHub
commit d84bf33c56
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" {