未验证 提交 8e19bec1 编写于 作者: D David Lin 提交者: GitHub

Fixed typo: 'wirte' in uffs_nandif.c

Note that the word 'wirte' is wrong,
so that 'wirte' should been replaced with 'write'.
上级 dd5178ef
......@@ -135,7 +135,7 @@ const uffs_FlashOps nand_ops =
nand_read_page, /* ReadPage() */
NULL, /* ReadPageWithLayout */
nand_write_page, /* WritePage() */
NULL, /* WirtePageWithLayout */
NULL, /* WritePageWithLayout */
#if defined(RT_UFFS_USE_CHECK_MARK_FUNCITON)
nand_check_block,
nand_mark_badblock,
......@@ -302,7 +302,7 @@ const uffs_FlashOps nand_ops =
NULL, /* ReadPage() */
ReadPageWithLayout, /* ReadPageWithLayout */
NULL, /* WritePage() */
WritePageWithLayout,/* WirtePageWithLayout */
WritePageWithLayout,/* WritePageWithLayout */
#if defined(RT_UFFS_USE_CHECK_MARK_FUNCITON)
nand_check_block,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册