Fixed typo 'WirtePageWithLayout' in uffs
WirtePageWithLayout ->WritePageWithLayout
This commit is contained in:
parent
d33230bcff
commit
8d497e945a
|
@ -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()
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue