Skip to content
Snippets Groups Projects
Commit b4b062e9 authored by Randy Mackay's avatar Randy Mackay
Browse files

PX4: start batt_smbus

parent 70dcc724
No related branches found
No related tags found
No related merge requests found
...@@ -376,6 +376,12 @@ then ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment