forked from Archive/PX4-Autopilot
px4flow: tell the user which PX4FLOW couldn't be connected
This commit is contained in:
parent
165063d5fc
commit
414f3330b3
|
@ -714,7 +714,7 @@ fail:
|
|||
g_dev = nullptr;
|
||||
}
|
||||
|
||||
errx(1, "no PX4 FLOW connected");
|
||||
errx(1, "no PX4FLOW connected over I2C");
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue