diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-03-30 17:52:53 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-03-30 17:52:53 +0000 |
commit | cad32476733c4825ee16e1880e3d2d32ba833baf (patch) | |
tree | 9dd819b87b14b4c8fed8409929eb880583ae2dd6 /os | |
parent | 05a884ef78c9f418978a91e908d5160f6afdad0e (diff) | |
download | ChibiOS-cad32476733c4825ee16e1880e3d2d32ba833baf.tar.gz ChibiOS-cad32476733c4825ee16e1880e3d2d32ba833baf.tar.bz2 ChibiOS-cad32476733c4825ee16e1880e3d2d32ba833baf.zip |
Fixed comment.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11868 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'os')
-rw-r--r-- | os/hal/ports/STM32/STM32H7xx/stm32_registry.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/ports/STM32/STM32H7xx/stm32_registry.h b/os/hal/ports/STM32/STM32H7xx/stm32_registry.h index a6c7f9e2c..067aa3fc1 100644 --- a/os/hal/ports/STM32/STM32H7xx/stm32_registry.h +++ b/os/hal/ports/STM32/STM32H7xx/stm32_registry.h @@ -34,7 +34,7 @@ * @{
*/
/*===========================================================================*/
-/* STM32F745xx, STM32F746xx, STM32F756xx. */
+/* STM32H743xx, STM32H753xx. */
/*===========================================================================*/
#if defined(STM32H743xx) || defined(STM32H753xx) || \
defined(__DOXYGEN__)
|