mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-23 12:57:34 +08:00
10 lines
195 B
Bash
10 lines
195 B
Bash
#!/bin/sh
|
|
#
|
|
# OmnibusF4SD specific board extras init
|
|
#------------------------------------------------------------------------------
|
|
|
|
if ! param compare OSD_ATXXXX_CFG 0
|
|
then
|
|
atxxxx start -s
|
|
fi
|