From 9ddd13b0b8b05d0a414fb1665f7bcf50555659b2 Mon Sep 17 00:00:00 2001 From: Hauke Petersen <hauke.petersen@fu-berlin.de> Date: Tue, 5 Jan 2016 13:43:07 +0100 Subject: [PATCH] boards: removed F_CPU from periph_conf.h --- boards/ek-lm4f120xl/include/periph_conf.h | 1 - boards/mulle/include/periph_conf.h | 4 ---- 2 files changed, 5 deletions(-) diff --git a/boards/ek-lm4f120xl/include/periph_conf.h b/boards/ek-lm4f120xl/include/periph_conf.h index 69d0d9c5b4..e2de1321cb 100644 --- a/boards/ek-lm4f120xl/include/periph_conf.h +++ b/boards/ek-lm4f120xl/include/periph_conf.h @@ -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 diff --git a/boards/mulle/include/periph_conf.h b/boards/mulle/include/periph_conf.h index 11467b5abe..09628b626d 100644 --- a/boards/mulle/include/periph_conf.h +++ b/boards/mulle/include/periph_conf.h @@ -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 - /** @} */ /** -- GitLab