1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

cpu/riscv_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:45:21 +02:00
parent cedf0b061d
commit 22a7e1af03
2 changed files with 1 additions and 3 deletions

View File

@ -14,7 +14,6 @@
* @brief Platform-Level interrupt controller driver
*
* @author Koen Zandberg <koen@bergzand.net>
* @}
*/
#ifndef PLIC_H

View File

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