From 7df14775f67157df4b058334449b80cdf3ac2ad9 Mon Sep 17 00:00:00 2001
From: Giovanni Di Sirio <gdisirio@gmail.com>
Date: Fri, 22 Dec 2017 16:28:38 +0000
Subject: Fixed missing documentation tag.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11164 35acf78f-673a-0410-8e92-d51de3d6d3f4
---
 os/hal/ports/STM32/STM32F7xx/hal_lld.h | 1 +
 1 file changed, 1 insertion(+)

(limited to 'os/hal/ports/STM32/STM32F7xx')

diff --git a/os/hal/ports/STM32/STM32F7xx/hal_lld.h b/os/hal/ports/STM32/STM32F7xx/hal_lld.h
index 812000adf..66142d435 100644
--- a/os/hal/ports/STM32/STM32F7xx/hal_lld.h
+++ b/os/hal/ports/STM32/STM32F7xx/hal_lld.h
@@ -285,6 +285,7 @@
 #define STM32_MCO2SEL_PLLI2S    (1 << 30)   /**< PLLI2S clock on MCO2 pin.  */
 #define STM32_MCO2SEL_HSE       (2 << 30)   /**< HSE clock on MCO2 pin.     */
 #define STM32_MCO2SEL_PLL       (3 << 30)   /**< PLL clock on MCO2 pin.     */
+/** @} */
 
 /**
  * @name    RCC_PLLI2SCFGR register bits definitions
-- 
cgit v1.2.3