/* * 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 */ #include "cpu.h" #ifdef __cplusplus extern "C" { #endif #ifdef __cplusplus } #endif /** @} */