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

Fixed typo 'WirtePageWithLayout' in uffs

WirtePageWithLayout ->WritePageWithLayout
上级 d33230bc
...@@ -203,10 +203,10 @@ uffs_FlashOps g_femu_ops_ecc_soft = { ...@@ -203,10 +203,10 @@ uffs_FlashOps g_femu_ops_ecc_soft = {
femu_InitFlash, // InitFlash() femu_InitFlash, // InitFlash()
femu_ReleaseFlash, // ReleaseFlash() femu_ReleaseFlash, // ReleaseFlash()
femu_ReadPage, // ReadPage() femu_ReadPage, // ReadPage()
NULL, // ReadPageWithLayout NULL, // ReadPageWithLayout
femu_WritePage, // WritePage() femu_WritePage, // 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.
femu_EraseBlock, // EraseBlock() femu_EraseBlock, // EraseBlock()
}; };
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册