pwm_out_rc_in: say a tiny bit less

This commit is contained in:
Julian Oes
2016-06-01 15:35:55 +01:00
committed by Lorenz Meier
parent 51defb9de2
commit 9186a95b00
+1 -2
View File
@@ -168,7 +168,7 @@ int initialize_mixer(const char *mixer_filename)
}
} else {
PX4_WARN("Unable to open mixer config file, try default mixer");
PX4_WARN("No mixer config file found, using default mixer.");
/* Mixer file loading failed, fall back to default mixer configuration for
* QUAD_X airframe. */
@@ -186,7 +186,6 @@ int initialize_mixer(const char *mixer_filename)
return -1;
}
PX4_INFO("Successfully initialized default quad x mixer.");
return 0;
}
}