mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-05 23:43:58 -04:00
Make: start irlock
This commit is contained in:
parent
25c59f954a
commit
8e6bb3164c
@ -423,6 +423,12 @@ then
|
|||||||
echo "oreoled started OK"
|
echo "oreoled started OK"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# optional irlock
|
||||||
|
if irlock start
|
||||||
|
then
|
||||||
|
echo "irlock started"
|
||||||
|
fi
|
||||||
|
|
||||||
if [ $BOARD == FMUv2 ]
|
if [ $BOARD == FMUv2 ]
|
||||||
then
|
then
|
||||||
# the ramtron on FMUv2 is very fast and can handle trillions of
|
# the ramtron on FMUv2 is very fast and can handle trillions of
|
||||||
|
Loading…
Reference in New Issue
Block a user