mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-16 10:47:35 +08:00
10 lines
150 B
Bash
10 lines
150 B
Bash
#!/bin/sh
|
|
#
|
|
# board specific defaults
|
|
#------------------------------------------------------------------------------
|
|
|
|
if [ $AUTOCNF = yes ]
|
|
then
|
|
|
|
fi
|