mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-08 02:17:07 +08:00
pwm_out_rc_in: say a tiny bit less
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user