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/STM32F4xx | |
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/STM32F4xx')
-rw-r--r-- | os/hal/ports/STM32/STM32F4xx/hal_lld.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/os/hal/ports/STM32/STM32F4xx/hal_lld.h b/os/hal/ports/STM32/STM32F4xx/hal_lld.h index 526a4ce1d..9a71b6c34 100644 --- a/os/hal/ports/STM32/STM32F4xx/hal_lld.h +++ b/os/hal/ports/STM32/STM32F4xx/hal_lld.h @@ -1945,7 +1945,6 @@ #define STM32_PLL48CLK 0
#endif /* !STM32_CLOCK48_REQUIRED */
-
/**
* @brief Clock of timers connected to APB1
* (Timers 2, 3, 4, 5, 6, 7, 12, 13, 14).
|