mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards: removed F_CPU from periph_conf.h
This commit is contained in:
parent
ebfc13c68d
commit
9ddd13b0b8
@ -27,7 +27,6 @@ extern "C" {
|
||||
* @name Define the nominal CPU core clock in this board
|
||||
* @{
|
||||
*/
|
||||
#define F_CPU 1000000
|
||||
#define CLK80 1
|
||||
#define CLK50 2
|
||||
#define CLK40 3
|
||||
|
@ -50,10 +50,6 @@ extern "C"
|
||||
#define CPU_INT_FAST_CLK_HZ 4000000u
|
||||
/** Default System clock value */
|
||||
#define DEFAULT_SYSTEM_CLOCK (CPU_XTAL32k_CLK_HZ * 2929u)
|
||||
|
||||
/** @todo Investigate the side effects of making F_CPU run-time variable */
|
||||
#define F_CPU DEFAULT_SYSTEM_CLOCK
|
||||
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user