From 836ef128223463839e01a3c291d55453ef364858 Mon Sep 17 00:00:00 2001 From: Gunar Schorcht Date: Mon, 2 Oct 2023 08:33:24 +0200 Subject: [PATCH] fixup! drivers/mtd_emulated: use XFA with MTD pointers --- drivers/include/mtd_emulated.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/include/mtd_emulated.h b/drivers/include/mtd_emulated.h index c605b30710f40..7c881d9a3a157 100644 --- a/drivers/include/mtd_emulated.h +++ b/drivers/include/mtd_emulated.h @@ -38,8 +38,8 @@ extern "C" { * creates the emulated MTD device `mtd_emulated_dev0` with 16 sectors, 4 pages * per sector and a page size of 64 bytes. The write size is always 1 byte. * - * The emulated devices are added to the XFA of MTD device pointers - * @ref mtd_dev_xfa with priority 99 to place them at the end of the XFA. + * @note The emulated devices are added to the XFA of MTD device pointers + * @ref mtd_dev_xfa with priority 99 to place them at the end of the XFA. * * @param n index of the emulated MTD (results into symbol `mtd_emulated_dev`) * @param sc sectors of the emulated MTD