From 0230d077d410e568aa7d8e09e69fb2995e9f472b Mon Sep 17 00:00:00 2001
From: Schorcht <gunar@schorcht.net>
Date: Tue, 11 Sep 2018 09:25:27 +0200
Subject: [PATCH] cpu/esp8266: doxygen problem fix

---
 cpu/esp8266/include/periph_cpu.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cpu/esp8266/include/periph_cpu.h b/cpu/esp8266/include/periph_cpu.h
index a1d5be5973..09f0c0451c 100644
--- a/cpu/esp8266/include/periph_cpu.h
+++ b/cpu/esp8266/include/periph_cpu.h
@@ -150,13 +150,13 @@ typedef enum {
 
 #endif /* MODULE_PERIPH_SPI */
 
+/** @} */
+
 /**
  * @brief   Prevent shared timer functions from being used
  */
 #define PERIPH_TIMER_PROVIDES_SET
 
-/** @} */
-
 #ifdef __cplusplus
 }
 #endif
-- 
GitLab