mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Add missing rc.sysinit file in the ROMFS
This commit is contained in:
parent
abc629c2bb
commit
d4d60a5181
@ -44,6 +44,7 @@ px4_add_romfs_files(
|
||||
# TODO
|
||||
rc.balloon_apps
|
||||
rc.balloon_defaults
|
||||
rc.sysinit
|
||||
)
|
||||
|
||||
if(CONFIG_MODULES_AIRSHIP_ATT_CONTROL)
|
||||
|
||||
4
ROMFS/px4fmu_common/init.d/rc.sysinit
Normal file
4
ROMFS/px4fmu_common/init.d/rc.sysinit
Normal file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# Standard system init script
|
||||
#
|
||||
Loading…
x
Reference in New Issue
Block a user