mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-23 13:33:49 +01:00
31 lines
468 B
C
31 lines
468 B
C
/*
|
|
* SPDX-FileCopyrightText: 2020 Antonio Galea
|
|
* SPDX-License-Identifier: LGPL-2.1-only
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
/**
|
|
* @ingroup boards_yarm
|
|
* @brief Support for the Acmesystems YARM board.
|
|
* @{
|
|
*
|
|
* @file
|
|
* @brief Board specific definitions for the Acmesystems
|
|
* YARM board.
|
|
*
|
|
* @author Antonio Galea <antonio.galea@gmail.com>
|
|
*/
|
|
|
|
#include "cpu.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
/** @} */
|