mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00: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
|
|
|
|
|