diff --git a/os/hal/platforms/STM32F2xx/platform.dox b/os/hal/platforms/STM32F2xx/platform.dox index 35d865d9f..b3b01609b 100644 --- a/os/hal/platforms/STM32F2xx/platform.dox +++ b/os/hal/platforms/STM32F2xx/platform.dox @@ -343,7 +343,7 @@ */ /** - * @defgroup STM32F2xx_ISR STM32F1xx ISR Support + * @defgroup STM32F2xx_ISR STM32F2xx ISR Support * @details This ISR helper driver is used by the other drivers in order to * map ISR names to physical vector names. * diff --git a/os/hal/platforms/STM32F4xx/platform.dox b/os/hal/platforms/STM32F4xx/platform.dox index 36711c257..20ddb4855 100644 --- a/os/hal/platforms/STM32F4xx/platform.dox +++ b/os/hal/platforms/STM32F4xx/platform.dox @@ -343,7 +343,7 @@ */ /** - * @defgroup STM32F1xx_ISR STM32F4xx ISR Support + * @defgroup STM32F4xx_ISR STM32F4xx ISR Support * @details This ISR helper driver is used by the other drivers in order to * map ISR names to physical vector names. * diff --git a/os/hal/platforms/STM32L1xx/platform.dox b/os/hal/platforms/STM32L1xx/platform.dox index 16228f777..6b2b26a42 100644 --- a/os/hal/platforms/STM32L1xx/platform.dox +++ b/os/hal/platforms/STM32L1xx/platform.dox @@ -295,7 +295,7 @@ */ /** - * @defgroup STM32L1xx_ISR STM32F1xx ISR Support + * @defgroup STM32L1xx_ISR STM32L1xx ISR Support * @details This ISR helper driver is used by the other drivers in order to * map ISR names to physical vector names. *