Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP]: px4fmu & mc_att_control move to WQ with uORB callback scheduling #12223

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions ROMFS/px4fmu_common/init.d/rcS
Original file line number Diff line number Diff line change
@@ -220,11 +220,6 @@ else
#
tone_alarm start

if param compare SYS_FMU_TASK 1
then
set FMU_ARGS "-t"
fi

#
# Set parameters and env variables for selected AUTOSTART.
#
2 changes: 1 addition & 1 deletion boards/auav/x21/init/rc.board_defaults
Original file line number Diff line number Diff line change
@@ -6,5 +6,5 @@

if [ $AUTOCNF = yes ]
then
param set SYS_FMU_TASK 0

fi
2 changes: 1 addition & 1 deletion boards/px4/fmu-v2/init/rc.board_defaults
Original file line number Diff line number Diff line change
@@ -24,5 +24,5 @@ unset BL_FILE

if [ $AUTOCNF = yes ]
then
param set SYS_FMU_TASK 0

fi
2 changes: 1 addition & 1 deletion boards/px4/fmu-v3/init/rc.board_defaults
Original file line number Diff line number Diff line change
@@ -6,5 +6,5 @@

if [ $AUTOCNF = yes ]
then
param set SYS_FMU_TASK 0

fi
Loading