/* * SPDX-FileCopyrightText: 2019 Alexander Chudov * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once /** * @ingroup boards_deRFmega128 * @{ * * @file * @brief Peripheral MCU configuration for the deRFmega128 module * * @author Alexander Chudov */ #include "periph_conf_atmega_common.h" #ifdef __cplusplus extern "C" { #endif #ifdef __cplusplus } #endif /** @} */