mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-03-28 02:03:20 +08:00
Merge pull request #3377 from DavidLin1577/patch-5
Fixed typo: 'wirte' in uffs_nandif.c
This commit is contained in:
@@ -135,7 +135,7 @@ const uffs_FlashOps nand_ops =
|
||||
nand_read_page, /* ReadPage() */
|
||||
NULL, /* ReadPageWithLayout */
|
||||
nand_write_page, /* WritePage() */
|
||||
NULL, /* WirtePageWithLayout */
|
||||
NULL, /* WritePageWithLayout */
|
||||
#if defined(RT_UFFS_USE_CHECK_MARK_FUNCITON)
|
||||
nand_check_block,
|
||||
nand_mark_badblock,
|
||||
@@ -302,7 +302,7 @@ const uffs_FlashOps nand_ops =
|
||||
NULL, /* ReadPage() */
|
||||
ReadPageWithLayout, /* ReadPageWithLayout */
|
||||
NULL, /* WritePage() */
|
||||
WritePageWithLayout,/* WirtePageWithLayout */
|
||||
WritePageWithLayout,/* WritePageWithLayout */
|
||||
|
||||
#if defined(RT_UFFS_USE_CHECK_MARK_FUNCITON)
|
||||
nand_check_block,
|
||||
|
||||
Reference in New Issue
Block a user