mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-22 09:57:36 +08:00
16 lines
227 B
Bash
16 lines
227 B
Bash
#!/bin/sh
|
|
#
|
|
# mRo Control Zero specific board defaults
|
|
#------------------------------------------------------------------------------
|
|
|
|
|
|
if [ $AUTOCNF = yes ]
|
|
then
|
|
|
|
fi
|
|
|
|
set LOGGER_BUF 64
|
|
set MIXER_AUX none
|
|
|
|
safety_button start
|