Skip to content

Commit 836ef12

Browse files
committed
fixup! drivers/mtd_emulated: use XFA with MTD pointers
1 parent 433779a commit 836ef12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/include/mtd_emulated.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ extern "C" {
3838
* creates the emulated MTD device `mtd_emulated_dev0` with 16 sectors, 4 pages
3939
* per sector and a page size of 64 bytes. The write size is always 1 byte.
4040
*
41-
* The emulated devices are added to the XFA of MTD device pointers
42-
* @ref mtd_dev_xfa with priority 99 to place them at the end of the XFA.
41+
* @note The emulated devices are added to the XFA of MTD device pointers
42+
* @ref mtd_dev_xfa with priority 99 to place them at the end of the XFA.
4343
*
4444
* @param n index of the emulated MTD (results into symbol `mtd_emulated_dev<n>`)
4545
* @param sc sectors of the emulated MTD

0 commit comments

Comments
 (0)