From 3670cd18fa9d58ee18e0b0f5ef23bde587c63fd0 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Wed, 13 Mar 2013 13:07:43 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5423 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/SPC563Mxx/hal_lld.h | 8 ++++---- os/hal/platforms/SPC564Axx/hal_lld.h | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'os/hal') diff --git a/os/hal/platforms/SPC563Mxx/hal_lld.h b/os/hal/platforms/SPC563Mxx/hal_lld.h index 4a47f6a2d..4feb08a7d 100644 --- a/os/hal/platforms/SPC563Mxx/hal_lld.h +++ b/os/hal/platforms/SPC563Mxx/hal_lld.h @@ -106,7 +106,7 @@ * @brief Disables the clocks initialization in the HAL. */ #if !defined(SPC5_NO_INIT) || defined(__DOXYGEN__) -#define SPC5_NO_INIT FALSE +#define SPC5_NO_INIT FALSE #endif /** @@ -116,14 +116,14 @@ * are ignored. */ #if !defined(SPC5_CLK_BYPASS) || defined(__DOXYGEN__) -#define SPC5_CLK_BYPASS FALSE +#define SPC5_CLK_BYPASS FALSE #endif /** * @brief Disables the overclock checks. */ #if !defined(SPC5_ALLOW_OVERCLOCK) || defined(__DOXYGEN__) -#define SPC5_ALLOW_OVERCLOCK FALSE +#define SPC5_ALLOW_OVERCLOCK FALSE #endif /** @@ -132,7 +132,7 @@ * @note The effective divider factor is this value. */ #if !defined(SPC5_CLK_PREDIV) || defined(__DOXYGEN__) -#define SPC5_CLK_PREDIV_VALUE 2 +#define SPC5_CLK_PREDIV_VALUE 2 #endif /** diff --git a/os/hal/platforms/SPC564Axx/hal_lld.h b/os/hal/platforms/SPC564Axx/hal_lld.h index 55c076680..c7ffd1400 100644 --- a/os/hal/platforms/SPC564Axx/hal_lld.h +++ b/os/hal/platforms/SPC564Axx/hal_lld.h @@ -106,7 +106,7 @@ * @brief Disables the clocks initialization in the HAL. */ #if !defined(SPC5_NO_INIT) || defined(__DOXYGEN__) -#define SPC5_NO_INIT FALSE +#define SPC5_NO_INIT FALSE #endif /** @@ -116,14 +116,14 @@ * are ignored. */ #if !defined(SPC5_CLK_BYPASS) || defined(__DOXYGEN__) -#define SPC5_CLK_BYPASS FALSE +#define SPC5_CLK_BYPASS FALSE #endif /** * @brief Disables the overclock checks. */ #if !defined(SPC5_ALLOW_OVERCLOCK) || defined(__DOXYGEN__) -#define SPC5_ALLOW_OVERCLOCK FALSE +#define SPC5_ALLOW_OVERCLOCK FALSE #endif /** @@ -132,7 +132,7 @@ * @note The effective divider factor is this value. */ #if !defined(SPC5_CLK_PREDIV) || defined(__DOXYGEN__) -#define SPC5_CLK_PREDIV_VALUE 2 +#define SPC5_CLK_PREDIV_VALUE 2 #endif /** -- cgit v1.2.3