mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-27 10:17:45 +08:00
Removed unneeded flush
This commit is contained in:
@@ -1516,8 +1516,7 @@ Sensors::task_main()
|
|||||||
{
|
{
|
||||||
|
|
||||||
/* inform about start */
|
/* inform about start */
|
||||||
printf("[sensors] Initializing..\n");
|
warnx("Initializing..");
|
||||||
fflush(stdout);
|
|
||||||
|
|
||||||
/* start individual sensors */
|
/* start individual sensors */
|
||||||
accel_init();
|
accel_init();
|
||||||
|
|||||||
Reference in New Issue
Block a user