mirror of
https://github.com/HEYAHONG/nuttx-apps.git
synced 2025-10-20 12:55:37 +08:00
nshlib: remove NSH_HAVE_WRITABLE_MOUNTPOINT to enable mkrd again
This commit is contained in:
@@ -323,11 +323,9 @@ static const struct cmdmap_s g_cmdmap[] =
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#ifdef NSH_HAVE_WRITABLE_MOUNTPOINT
|
||||
# ifndef CONFIG_NSH_DISABLE_MKRD
|
||||
#ifndef CONFIG_NSH_DISABLE_MKRD
|
||||
{ "mkrd", cmd_mkrd, 2, 6,
|
||||
"[-m <minor>] [-s <sector-size>] <nsectors>" },
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#if !defined(CONFIG_DISABLE_MOUNTPOINT) && defined(CONFIG_FS_SMARTFS) && \
|
||||
|
Reference in New Issue
Block a user