1
0
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:
Hauke Petersen 2016-01-05 13:43:07 +01:00
parent ebfc13c68d
commit 9ddd13b0b8
2 changed files with 0 additions and 5 deletions

View File

@ -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

View File

@ -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
/** @} */
/**