diff options
author | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-11-19 17:20:50 +0000 |
---|---|---|
committer | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-11-19 17:20:50 +0000 |
commit | 103cd6bc02b8316a0287e015bdde051eefd228a8 (patch) | |
tree | da54a0abd95737612845abb224cb07acbf6d34b6 /os/hal/ports/STM32/STM32L4xx | |
parent | cdfdb0f5efde17a1c2c7dd69d1b2e611c48b6b84 (diff) | |
download | ChibiOS-103cd6bc02b8316a0287e015bdde051eefd228a8.tar.gz ChibiOS-103cd6bc02b8316a0287e015bdde051eefd228a8.tar.bz2 ChibiOS-103cd6bc02b8316a0287e015bdde051eefd228a8.zip |
Fixed Bug #794
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9929 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/STM32/STM32L4xx')
-rw-r--r-- | os/hal/ports/STM32/STM32L4xx/hal_lld.h | 1 | ||||
-rw-r--r-- | os/hal/ports/STM32/STM32L4xx/stm32_rcc.h | 1 | ||||
-rw-r--r-- | os/hal/ports/STM32/STM32L4xx/stm32_registry.h | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/os/hal/ports/STM32/STM32L4xx/hal_lld.h b/os/hal/ports/STM32/STM32L4xx/hal_lld.h index d8b0d086c..b1594d99c 100644 --- a/os/hal/ports/STM32/STM32L4xx/hal_lld.h +++ b/os/hal/ports/STM32/STM32L4xx/hal_lld.h @@ -2073,7 +2073,6 @@ #define STM32_MSI_FLASHBITS FLASH_ACR_LATENCY_4WS
#endif
-
/*===========================================================================*/
/* Driver data structures and types. */
/*===========================================================================*/
diff --git a/os/hal/ports/STM32/STM32L4xx/stm32_rcc.h b/os/hal/ports/STM32/STM32L4xx/stm32_rcc.h index 8905c6b59..9c771276c 100644 --- a/os/hal/ports/STM32/STM32L4xx/stm32_rcc.h +++ b/os/hal/ports/STM32/STM32L4xx/stm32_rcc.h @@ -267,7 +267,6 @@ }
/** @} */
-
/**
* @name ADC peripherals specific RCC operations
* @{
diff --git a/os/hal/ports/STM32/STM32L4xx/stm32_registry.h b/os/hal/ports/STM32/STM32L4xx/stm32_registry.h index c1261e306..9648c9f99 100644 --- a/os/hal/ports/STM32/STM32L4xx/stm32_registry.h +++ b/os/hal/ports/STM32/STM32L4xx/stm32_registry.h @@ -312,7 +312,6 @@ #define STM32_LPUART1_HANDLER Vector158
#define STM32_LPUART1_NUMBER 70
-
#define STM32_HAS_USART3 FALSE
#define STM32_HAS_UART4 FALSE
#define STM32_HAS_UART5 FALSE
|