NuttX mount procfs and binfs in px4 init

This commit is contained in:
Daniel Agar
2021-08-25 20:00:14 -04:00
parent 29a91306b5
commit 000765e9f0
4 changed files with 23 additions and 10 deletions
-4
View File
@@ -15,10 +15,6 @@ set +e
#
#------------------------------------------------------------------------------
set R /
#
# Mount the procfs.
#
mount -t procfs /proc
#
# Start CDC/ACM serial driver.
-5
View File
@@ -51,11 +51,6 @@ set STARTUP_TUNE 1
set USE_IO no
set VEHICLE_TYPE none
#
# Mount the procfs.
#
mount -t procfs /proc
#
# Start CDC/ACM serial driver.
#