From 414f3330b34e81d1585bb57f9b41b3e17b43eeed Mon Sep 17 00:00:00 2001 From: Ban Siesta Date: Mon, 25 May 2015 18:34:31 +0100 Subject: [PATCH] px4flow: tell the user which PX4FLOW couldn't be connected --- src/drivers/px4flow/px4flow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/drivers/px4flow/px4flow.cpp b/src/drivers/px4flow/px4flow.cpp index 4d87d1cfe1..db721afe32 100644 --- a/src/drivers/px4flow/px4flow.cpp +++ b/src/drivers/px4flow/px4flow.cpp @@ -714,7 +714,7 @@ fail: g_dev = nullptr; } - errx(1, "no PX4 FLOW connected"); + errx(1, "no PX4FLOW connected over I2C"); } /**