summaryrefslogtreecommitdiff
path: root/nuttx/configs/vsn/src/nsh.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/vsn/src/nsh.c')
-rw-r--r--nuttx/configs/vsn/src/nsh.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/vsn/src/nsh.c b/nuttx/configs/vsn/src/nsh.c
index 96f9f3d4d..d29368833 100644
--- a/nuttx/configs/vsn/src/nsh.c
+++ b/nuttx/configs/vsn/src/nsh.c
@@ -82,8 +82,8 @@
int nsh_archinitialize(void)
{
- up_ramtron();
- up_sdcard();
+// up_ramtron();
+// up_sdcard();
return OK;
}