From fd337ddaec421afbf4001c961215ce7a686c6d82 Mon Sep 17 00:00:00 2001
From: Alexandre Abadie <alexandre.abadie@inria.fr>
Date: Tue, 24 Jan 2017 14:53:45 +0100
Subject: [PATCH] boards/nucleo-l1: fix non closed doxygen block

---
 boards/nucleo-l1/include/periph_conf.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/boards/nucleo-l1/include/periph_conf.h b/boards/nucleo-l1/include/periph_conf.h
index 03dfc14740..409a8e1bc7 100644
--- a/boards/nucleo-l1/include/periph_conf.h
+++ b/boards/nucleo-l1/include/periph_conf.h
@@ -80,6 +80,7 @@ static const timer_conf_t timer_config[] = {
  * @{
  */
 #define RTC_NUMOF           (1U)
+/** @} */
 
 /**
  * @brief   UART configuration
-- 
GitLab