Loading...
Searching...
No Matches
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
17
18#ifdef __cplusplus
19extern "C" {
20#endif
21
26#define CONFIG_ZTIMER_USEC_ADJUST_SET (132)
27#define CONFIG_ZTIMER_USEC_ADJUST_SLEEP (120)
29
30#include "board_common.h"
31
32#ifdef __cplusplus
33}
34#endif
35