change start script to launch the px4flow driver in background.

Fixes issue #2145
This commit is contained in:
Simon Laube 2015-06-30 21:10:48 +02:00 committed by Lorenz Meier
parent d9e6cb0f58
commit 440aedebad
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ else
fi
# Check for flow sensor
if px4flow start
if px4flow start &
then
fi