Loading...
Searching...
No Matches
board_common.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2016 Kees Bakker, SODAQ
3 *
4 * This file is subject to the terms and conditions of the GNU Lesser
5 * General Public License v2.1. See the file LICENSE in the top level
6 * directory for more details.
7 */
8
21#ifndef BOARD_COMMON_H
22#define BOARD_COMMON_H
23
24#ifdef __cplusplus
25extern "C" {
26#endif
27
32#define XTIMER_DEV TIMER_DEV(1)
33#define XTIMER_CHAN (0)
36#ifdef __cplusplus
37}
38#endif
39
40#endif /* BOARD_COMMON_H */