diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-01-20 14:42:50 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-01-20 14:42:50 +0000 |
commit | 2034387839d35e843040c5b8895aa39ae3ff5f61 (patch) | |
tree | 9c3b89b600b38f5dc563ce7b0d1cdf333e4da9e9 /os/hal | |
parent | f063c4d19339144df89d6bc060ee2017b0572c5c (diff) | |
download | ChibiOS-2034387839d35e843040c5b8895aa39ae3ff5f61.tar.gz ChibiOS-2034387839d35e843040c5b8895aa39ae3ff5f61.tar.bz2 ChibiOS-2034387839d35e843040c5b8895aa39ae3ff5f61.zip |
Style-related fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11362 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal')
-rw-r--r-- | os/hal/ports/STM32/STM32F0xx/stm32_registry.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/ports/STM32/STM32F0xx/stm32_registry.h b/os/hal/ports/STM32/STM32F0xx/stm32_registry.h index 741980b1f..1bc601d47 100644 --- a/os/hal/ports/STM32/STM32F0xx/stm32_registry.h +++ b/os/hal/ports/STM32/STM32F0xx/stm32_registry.h @@ -1498,7 +1498,7 @@ /*===========================================================================*/
#elif defined(STM32F071xB) || defined(STM32F072xB) || \
defined(STM32F078xx)
-
+
/* RCC attributes. */
#define STM32_HAS_HSI48 TRUE
#define STM32_HAS_HSI_PREDIV TRUE
|