mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-03 05:40:35 +08:00
Enable ms5611 driver and fix build errors.
This commit is contained in:
committed by
Lorenz Meier
parent
c3a7ef1d50
commit
4eef65f313
@@ -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")) {
|
||||
|
||||
Reference in New Issue
Block a user