Fixed typo 'WirtePageWithLayout' in uffs

WirtePageWithLayout ->WritePageWithLayout
This commit is contained in:
David Lin 2020-02-21 21:30:35 +08:00 committed by GitHub
parent d33230bcff
commit 8d497e945a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -203,10 +203,10 @@ uffs_FlashOps g_femu_ops_ecc_soft = {
femu_InitFlash, // InitFlash()
femu_ReleaseFlash, // ReleaseFlash()
femu_ReadPage, // ReadPage()
NULL, // ReadPageWithLayout
NULL, // ReadPageWithLayout
femu_WritePage, // WritePage()
NULL, // WirtePageWithLayout
NULL, // IsBadBlock(), let UFFS take care of it.
NULL, // MarkBadBlock(), let UFFS take care of it.
NULL, // WritePageWithLayout
NULL, // IsBadBlock(), let UFFS take care of it.
NULL, // MarkBadBlock(), let UFFS take care of it.
femu_EraseBlock, // EraseBlock()
};