mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-30 12:38:33 -04:00
PX4: start batt_smbus
This commit is contained in:
parent
70dcc724ac
commit
b4b062e9ef
@ -376,6 +376,12 @@ then
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# optional smbus battery monitor
|
||||||
|
if batt_smbus start
|
||||||
|
then
|
||||||
|
echo "Found batt_smbus"
|
||||||
|
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