Removed unneeded flush

This commit is contained in:
Lorenz Meier 2013-09-17 08:53:39 +02:00
parent 0810b264e5
commit a4ecdc9582
1 changed files with 1 additions and 2 deletions

View File

@ -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();