Enable ms5611 driver and fix build errors.

This commit is contained in:
Simon Wilks
2015-08-16 15:33:03 +00:00
committed by Lorenz Meier
parent c3a7ef1d50
commit 4eef65f313
6 changed files with 40 additions and 26 deletions
@@ -55,7 +55,7 @@ extern "C" __EXPORT int mc_pos_control_m_main(int argc, char *argv[]);
int mc_pos_control_m_main(int argc, char *argv[])
{
if (argc < 2) {
errx(1, "usage: mc_pos_control_m {start|stop|status}");
PX4_WARN("usage: mc_pos_control_m {start|stop|status}");
}
if (!strcmp(argv[1], "start")) {