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