diff options
author | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-05-03 14:37:55 +0000 |
---|---|---|
committer | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-05-03 14:37:55 +0000 |
commit | fce66795e41c0d76938e447a609af62347d54008 (patch) | |
tree | 387cc445e413a3437c7032da6862903a2435a073 /os/hal/ports/STM32 | |
parent | e92b73c884a96c35ce576fc893e9a24f6715bd4a (diff) | |
download | ChibiOS-fce66795e41c0d76938e447a609af62347d54008.tar.gz ChibiOS-fce66795e41c0d76938e447a609af62347d54008.tar.bz2 ChibiOS-fce66795e41c0d76938e447a609af62347d54008.zip |
Fixed typo.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9406 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/STM32')
-rw-r--r-- | os/hal/ports/STM32/STM32F4xx/hal_lld.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/os/hal/ports/STM32/STM32F4xx/hal_lld.h b/os/hal/ports/STM32/STM32F4xx/hal_lld.h index 870045990..ade9e8b40 100644 --- a/os/hal/ports/STM32/STM32F4xx/hal_lld.h +++ b/os/hal/ports/STM32/STM32F4xx/hal_lld.h @@ -34,6 +34,7 @@ * for High-performance STM32F4 devices of Access line.
* - STM32F427xx, STM32F437xx, STM32F429xx, STM32F439xx, STM32F469xx,
* STM32F479xx for High-performance STM32F4 devices of Advanced line.
+ * .
*
* @addtogroup HAL
* @{
|