Merge pull request #3377 from DavidLin1577/patch-5

Fixed typo: 'wirte' in uffs_nandif.c
This commit is contained in:
Bernard Xiong 2020-02-17 12:12:51 +08:00 committed by GitHub
commit 72a2c8361c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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,