1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-16 10:03:50 +01:00
2025-07-15 20:33:59 +02:00

29 lines
438 B
C

/*
* SPDX-FileCopyrightText: 2017 Thomas Perrot <thomas.perrot@tupi.fr>
* SPDX-License-Identifier: LGPL-2.1-only
*/
#pragma once
/**
* @ingroup boards_arduino-leonardo
* @{
*
* @file
* @brief Board specific definitions for the Arduino Leonardo board
*
* @author Thomas Perrot <thomas.perrot@tupi.fr>
*/
#include "board_common.h"
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
}
#endif
/** @} */