mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-30 18:20:35 +08:00
11 lines
189 B
Bash
11 lines
189 B
Bash
#!/bin/sh
|
|
#
|
|
# AUAV/mRO x21 specific board defaults
|
|
#------------------------------------------------------------------------------
|
|
|
|
|
|
if [ $AUTOCNF = yes ]
|
|
then
|
|
param set SYS_FMU_TASK 0
|
|
fi
|