cpu/cortexm_common: fix doxygen grouping warnings

Signed-off-by: Jean-Pierre De Jesus DIAZ <me@jeandudey.tech>
This commit is contained in:
Jean-Pierre De Jesus DIAZ 2021-09-05 20:41:32 +02:00
parent 0d9f6ca3f4
commit 51bab0a5a9
2 changed files with 1 additions and 4 deletions

View File

@ -14,8 +14,6 @@
* @brief Implementation of the kernels irq interface * @brief Implementation of the kernels irq interface
* *
* @author Hauke Petersen <hauke.petersen@fu-berlin.de> * @author Hauke Petersen <hauke.petersen@fu-berlin.de>
*
* @}
*/ */
#ifndef IRQ_ARCH_H #ifndef IRQ_ARCH_H

View File

@ -15,9 +15,8 @@
* @brief Implementation of the kernels thread interface * @brief Implementation of the kernels thread interface
* *
* @author Koen Zandberg <koen@bergzand.net> * @author Koen Zandberg <koen@bergzand.net>
*
* @}
*/ */
#ifndef THREAD_ARCH_H #ifndef THREAD_ARCH_H
#define THREAD_ARCH_H #define THREAD_ARCH_H