refactor px4flow: use driver base class

This commit is contained in:
Beat Küng
2020-03-11 18:49:18 +01:00
committed by Daniel Agar
parent b6119c71df
commit 1710cd9648
5 changed files with 77 additions and 267 deletions
+2 -2
View File
@@ -97,10 +97,10 @@ unset BOARD_RC_SENSORS
#
sh /etc/init.d/rc.serial
# Check for flow sensor, launched as a background task to scan
# Check for flow sensor
if param compare SENS_EN_PX4FLOW 1
then
px4flow start &
px4flow start -X
fi
uavcannode start
+2 -2
View File
@@ -467,10 +467,10 @@ else
vmount start
fi
# Check for flow sensor, launched as a background task to scan
# Check for flow sensor
if param compare SENS_EN_PX4FLOW 1
then
px4flow start &
px4flow start -X
fi
# Blacksheep telemetry