Loading...
Searching...
No Matches
board_common.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2017 Eistec AB
3 * 2019 Inria
4 *
5 * This file is subject to the terms and conditions of the GNU Lesser General
6 * Public License v2.1. See the file LICENSE in the top level directory for more
7 * details.
8 */
9
23#ifndef BOARD_COMMON_H
24#define BOARD_COMMON_H
25
26#include "cpu.h"
27#include "periph_conf.h"
28
29#ifdef __cplusplus
30extern "C"
31{
32#endif
33
34#ifdef __cplusplus
35}
36#endif
37
38#endif /* BOARD_COMMON_H */