From cdb43a7cd26172cd6ee32dae5f160e615a7af4f5 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 18 Jun 2012 17:21:04 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4298 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/STM32F2xx/hal_lld.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'os/hal') diff --git a/os/hal/platforms/STM32F2xx/hal_lld.h b/os/hal/platforms/STM32F2xx/hal_lld.h index 736853605..ee260fdbb 100644 --- a/os/hal/platforms/STM32F2xx/hal_lld.h +++ b/os/hal/platforms/STM32F2xx/hal_lld.h @@ -144,10 +144,6 @@ * @name PWR_CR register bits definitions * @{ */ -#define STM32_VOS_MASK (1 << 14) /**< Core voltage mask. */ -#define STM32_VOS_LOW (0 << 14) /**< Core voltage set to low. */ -#define STM32_VOS_HIGH (1 << 14) /**< Core voltage set to high. */ - #define STM32_PLS_MASK (7 << 5) /**< PLS bits mask. */ #define STM32_PLS_LEV0 (0 << 5) /**< PVD level 0. */ #define STM32_PLS_LEV1 (1 << 5) /**< PVD level 1. */ -- cgit v1.2.3