1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-19 19:43:52 +01:00
RIOT/boards/derfmega256/include/periph_conf.h

29 lines
428 B
C

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