From 6f7c98e0672fdba8bff955ce1d679cdf7b230f00 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Fri, 17 Sep 2021 09:37:39 +0000 Subject: [PATCH] Missing comment. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14780 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- os/hal/ports/STM32/STM32G4xx/stm32_registry.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/os/hal/ports/STM32/STM32G4xx/stm32_registry.h b/os/hal/ports/STM32/STM32G4xx/stm32_registry.h index 7e2bc3019..50ef60fff 100644 --- a/os/hal/ports/STM32/STM32G4xx/stm32_registry.h +++ b/os/hal/ports/STM32/STM32G4xx/stm32_registry.h @@ -327,7 +327,11 @@ #endif /* defined(STM32G474xx) || defined(STM32G484xx) */ -#if defined(STM32G491xx) || \ +/*===========================================================================*/ +/* STM32G491xx. */ +/*===========================================================================*/ + +#if defined(STM32G491xx) || \ defined(__DOXYGEN__) /* ADC attributes.*/