From 20936d63bdd0a7ae384339b7bc45608d847c91a2 Mon Sep 17 00:00:00 2001 From: Gunar Schorcht Date: Thu, 7 Sep 2023 18:34:30 +0200 Subject: [PATCH] fixup! drivers/mtd: store MTD pointers as XFA --- drivers/include/mtd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/include/mtd.h b/drivers/include/mtd.h index 1fe0d52ad113..879cc1255f83 100644 --- a/drivers/include/mtd.h +++ b/drivers/include/mtd.h @@ -119,7 +119,7 @@ typedef struct { } mtd_dev_t; /** - * @brief MTD device array as readonly XFA + * @brief MTD device array as XFA * * The array contains the addresses of all MTD devices that are defined using * the `XFA` macro, for example: