Skip to content
Snippets Groups Projects
Commit ebfc13c6 authored by Hauke Petersen's avatar Hauke Petersen
Browse files

boards: added CLOCK_CORECLOCK define to periph_conf

parent b4362196
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,13 @@
extern "C" {
#endif
/**
* @name Clock configuration
* @{
*/
#define CLOCK_CORECLOCK (84000000U)
/** @} */
/**
* @name Timer peripheral configuration
* @{
......
......@@ -23,6 +23,13 @@
extern "C" {
#endif
/**
* @name Clock configuration
* @{
*/
#define CLOCK_CORECLOCK (16000000L)
/** @} */
/**
* @name Timer peripheral configuration
* @brief The ATmega2560 has 6 timers. Timer0 and Timer2 are 8 Bit Timers,
......
......@@ -25,6 +25,13 @@
extern "C" {
#endif
/**
* @name Clock configuration
* @{
*/
#define CLOCK_CORECLOCK (84000000U)
/** @} */
/**
* @name Timer peripheral configuration
* @{
......
......@@ -24,6 +24,13 @@
extern "C" {
#endif
/**
* @brief Clock configuration
* @{
*/
#define CLOCK_CORECLOCK (48000000U)
/** @} */
/**
* @brief Timer configuration
* @{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment