Fixed autostart.

This commit is contained in:
James Goppert 2015-09-10 14:38:09 -04:00
parent b073edc684
commit 149deeb11f
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@ function(px4_nuttx_generate_romfs)
add_custom_command(OUTPUT rc.autostart
COMMAND ${PYTHON_EXECUTABLE} ${romfs_autostart}
-a ${ROMFS_ROOT}/init.d
-a ${romfs_src_dir}/init.d/
-s rc.autostart
)