diff --git a/cpu/native/include/mtd_native.h b/cpu/native/include/mtd_native.h index bc412ccb24..3cd0548247 100644 --- a/cpu/native/include/mtd_native.h +++ b/cpu/native/include/mtd_native.h @@ -7,8 +7,8 @@ */ /** - * @ingroup mtd - * @defgroup mtd_native Native MTD + * @ingroup drivers_mtd + * @defgroup drivers_mtd_native Native MTD * @{ * @brief mtd flash emulation for native * diff --git a/cpu/native/mtd/mtd_native.c b/cpu/native/mtd/mtd_native.c index be6e361e27..5e6089df94 100644 --- a/cpu/native/mtd/mtd_native.c +++ b/cpu/native/mtd/mtd_native.c @@ -7,7 +7,6 @@ */ /** - * @ingroup mtd_native * @{ * @brief mtd flash emulation for native *