Browse Source

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

sbg
Ban Siesta 10 years ago committed by Lorenz Meier
parent
commit
1734b97635
  1. 2
      src/drivers/px4flow/px4flow.cpp

2
src/drivers/px4flow/px4flow.cpp

@ -674,7 +674,7 @@ fail: @@ -674,7 +674,7 @@ fail:
g_dev = nullptr;
}
errx(1, "no PX4 FLOW connected");
errx(1, "no PX4FLOW connected over I2C");
}
/**

Loading…
Cancel
Save