We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 433779a commit 836ef12Copy full SHA for 836ef12
drivers/include/mtd_emulated.h
@@ -38,8 +38,8 @@ extern "C" {
38
* creates the emulated MTD device `mtd_emulated_dev0` with 16 sectors, 4 pages
39
* per sector and a page size of 64 bytes. The write size is always 1 byte.
40
*
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.
+ * @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.
43
44
* @param n index of the emulated MTD (results into symbol `mtd_emulated_dev<n>`)
45
* @param sc sectors of the emulated MTD
0 commit comments