Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thirdpin/libopencm3.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/libopencm3/stm32/common/dsi_common_f47.h2
-rw-r--r--lib/stm32/common/flash_common_idcache.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/include/libopencm3/stm32/common/dsi_common_f47.h b/include/libopencm3/stm32/common/dsi_common_f47.h
index 087223de..963c3dc0 100644
--- a/include/libopencm3/stm32/common/dsi_common_f47.h
+++ b/include/libopencm3/stm32/common/dsi_common_f47.h
@@ -821,4 +821,4 @@
/** @cond */
#endif
/** @endcond */
-/**}@*/
+/**@}*/
diff --git a/lib/stm32/common/flash_common_idcache.c b/lib/stm32/common/flash_common_idcache.c
index ebfdd0ad..c7da2066 100644
--- a/lib/stm32/common/flash_common_idcache.c
+++ b/lib/stm32/common/flash_common_idcache.c
@@ -55,4 +55,5 @@ void flash_icache_reset(void)
FLASH_ACR |= FLASH_ACR_ICRST;
}
+/**@}*/