1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-16 18:13:49 +01:00
RIOT/boards/avr-rss2/include/periph_conf.h

36 lines
528 B
C

/*
* SPDX-FileCopyrightText: 2019 Robert Olsson <roolss@kth.se>
* SPDX-License-Identifier: LGPL-2.1-only
*/
#pragma once
/**
* @ingroup boards_avr-rss2
* @{
*
* @file
* @brief Peripheral MCU configuration for the rss2 AtMega256rfr2 board
* @author Robert Olsson <roolss@kth.se>
*
*/
#ifdef __cplusplus
extern "C" {
#endif
/**
* @name Clock configuration
* @{
*/
#define CLOCK_CORECLOCK (16000000UL)
/** @} */
#ifdef __cplusplus
}
#endif
#include "periph_conf_atmega_common.h"
/** @} */