mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 10:46:33 +08:00
osd: rename driver to atxxxx
This commit is contained in:
committed by
Daniele Pettenuzzo
parent
c3f9294b49
commit
717e52fa57
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# OmnibusF4SD specific board extras init
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
if ! param compare OSD_ATXXXX_CFG 0
|
||||
then
|
||||
atxxxx start
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user