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 */
printf("[sensors] Initializing..\n");
fflush(stdout);
warnx("Initializing..");
/* start individual sensors */
accel_init();