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

Fixed typo 'WirtePageWithLayout' in uffs

WirtePageWithLayout ->WritePageWithLayout
上级 37903847
...@@ -292,11 +292,11 @@ static uffs_FlashOps g_my_nand_ops = { ...@@ -292,11 +292,11 @@ static uffs_FlashOps g_my_nand_ops = {
nand_init_flash, // InitFlash() nand_init_flash, // InitFlash()
nand_release_flash, // ReleaseFlash() nand_release_flash, // ReleaseFlash()
nand_read_page, // ReadPage() nand_read_page, // ReadPage()
NULL, // ReadPageWithLayout NULL, // ReadPageWithLayout
nand_write_page, // WritePage() nand_write_page, // WritePage()
NULL, // WirtePageWithLayout NULL, // WritePageWithLayout
NULL, // IsBadBlock(), let UFFS take care of it. NULL, // IsBadBlock(), let UFFS take care of it.
NULL, // MarkBadBlock(), let UFFS take care of it. NULL, // MarkBadBlock(), let UFFS take care of it.
nand_erase_block, // EraseBlock() nand_erase_block, // EraseBlock()
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册