mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-30 05:10:26 +08:00
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…
x
Reference in New Issue
Block a user