mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-16 01:53:51 +01:00
23 lines
366 B
C
23 lines
366 B
C
/*
|
|
* SPDX-FileCopyrightText: 2017 Thomas Perrot <thomas.perrot@tupi.fr>
|
|
* SPDX-License-Identifier: LGPL-2.1-only
|
|
*/
|
|
|
|
/**
|
|
* @ingroup boards_arduino-leonardo
|
|
* @{
|
|
*
|
|
* @file
|
|
* @brief Board specific initialization for Arduino Leonardo
|
|
*
|
|
* @author Thomas Perrot <thomas.perrot@tupi.fr>
|
|
*
|
|
* @}
|
|
*/
|
|
|
|
#include "board.h"
|
|
|
|
void board_init(void)
|
|
{
|
|
}
|