forked from Archive/PX4-Autopilot
Make the sensors app less verbose
This commit is contained in:
parent
15f8e5acf1
commit
33688fec9c
|
@ -797,7 +797,6 @@ Sensors::accel_init()
|
|||
|
||||
#endif
|
||||
|
||||
warnx("using system accel");
|
||||
close(fd);
|
||||
}
|
||||
}
|
||||
|
@ -837,7 +836,6 @@ Sensors::gyro_init()
|
|||
|
||||
#endif
|
||||
|
||||
warnx("using system gyro");
|
||||
close(fd);
|
||||
}
|
||||
}
|
||||
|
@ -1507,9 +1505,6 @@ void
|
|||
Sensors::task_main()
|
||||
{
|
||||
|
||||
/* inform about start */
|
||||
warnx("Initializing..");
|
||||
|
||||
/* start individual sensors */
|
||||
accel_init();
|
||||
gyro_init();
|
||||
|
|
Loading…
Reference in New Issue