From 5e18794045bc86d3e12f31dafba525e1e927a83d Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sat, 24 Apr 2021 09:40:26 +0000 Subject: [PATCH] Duplicated defs. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14288 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- os/hal/ports/STM32/STM32L4xx/hal_lld.h | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/os/hal/ports/STM32/STM32L4xx/hal_lld.h b/os/hal/ports/STM32/STM32L4xx/hal_lld.h index 46edb8cdc..cf9533afd 100644 --- a/os/hal/ports/STM32/STM32L4xx/hal_lld.h +++ b/os/hal/ports/STM32/STM32L4xx/hal_lld.h @@ -102,25 +102,6 @@ #define STM32_PLS_EXT (7 << 1) /**< PVD level 7. */ /** @} */ -/** - * @name RCC_CR register bits definitions - * @{ - */ -#define STM32_MSIRANGE_MASK (15 << 4) /**< MSIRANGE field mask. */ -#define STM32_MSIRANGE_100K (0 << 4) /**< 100kHz nominal. */ -#define STM32_MSIRANGE_200K (1 << 4) /**< 200kHz nominal. */ -#define STM32_MSIRANGE_400K (2 << 4) /**< 400kHz nominal. */ -#define STM32_MSIRANGE_800K (3 << 4) /**< 800kHz nominal. */ -#define STM32_MSIRANGE_1M (4 << 4) /**< 1MHz nominal. */ -#define STM32_MSIRANGE_2M (5 << 4) /**< 2MHz nominal. */ -#define STM32_MSIRANGE_4M (6 << 4) /**< 4MHz nominal. */ -#define STM32_MSIRANGE_8M (7 << 4) /**< 8MHz nominal. */ -#define STM32_MSIRANGE_16M (8 << 4) /**< 16MHz nominal. */ -#define STM32_MSIRANGE_24M (9 << 4) /**< 24MHz nominal. */ -#define STM32_MSIRANGE_32M (10 << 4) /**< 32MHz nominal. */ -#define STM32_MSIRANGE_48M (11 << 4) /**< 48MHz nominal. */ -/** @} */ - /** * @name RCC_CFGR register bits definitions * @{