/* * SPDX-FileCopyrightText: 2020 Koen Zandberg * SPDX-FileCopyrightText: 2023 Gunar Schorcht * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once /** * @ingroup boards_common_gd32v * @{ * * @file * @brief Common board definitions for GD32VF103 boards * * @author Koen Zandberg * @author Gunar Schorcht */ #ifdef __cplusplus extern "C" { #endif /** * @name Xtimer configuration * @{ */ #define XTIMER_WIDTH (16) /** @} */ #ifdef __cplusplus } #endif /** @} */