mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
Many changes to reduce complaints from CppCheck. Several latent bugs fixes, but probably some new typos introduced
This commit is contained in:
@@ -103,7 +103,7 @@ static int nsh_spifi_initialize(void)
|
||||
return ret;
|
||||
}
|
||||
#else
|
||||
/* Initialize to provide NXFFS on the MTD interface */1G
|
||||
/* Initialize to provide NXFFS on the MTD interface */
|
||||
|
||||
ret = nxffs_initialize(mtd);
|
||||
if (ret < 0)
|
||||
|
||||
Reference in New Issue
Block a user