board_common.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: 2016 Kees Bakker, SODAQ
3  * SPDX-License-Identifier: LGPL-2.1-only
4  */
5 
6 #pragma once
7 
20 #ifdef __cplusplus
21 extern "C" {
22 #endif
23 
28 #define XTIMER_DEV TIMER_DEV(1)
29 #define XTIMER_CHAN (0)
32 #ifdef __cplusplus
33 }
34 #endif
35