board.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: 2017 Freie Universität Berlin
3  * SPDX-License-Identifier: LGPL-2.1-only
4  */
5 
6 #pragma once
7 
24 #define CONFIG_ZTIMER_USEC_ADJUST_SET (128)
25 #define CONFIG_ZTIMER_USEC_ADJUST_SLEEP (116)
28 #include "board_common.h"
29 
30 #ifdef __cplusplus
31 extern "C" {
32 #endif
33 
34 #ifdef __cplusplus
35 }
36 #endif
37