1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-19 19:43:52 +01:00
RIOT/boards/common/gd32v/include/board_common.h
2025-07-18 14:23:37 +02:00

36 lines
606 B
C

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