px4flow: tell the user which PX4FLOW couldn't be connected

This commit is contained in:
Ban Siesta
2015-05-25 18:34:31 +01:00
parent 165063d5fc
commit 414f3330b3
+1 -1
View File
@@ -714,7 +714,7 @@ fail:
g_dev = nullptr;
}
errx(1, "no PX4 FLOW connected");
errx(1, "no PX4FLOW connected over I2C");
}
/**