diff options
-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__)
|