Update paramters for warnx()

This commit is contained in:
ultrasystem 2014-05-12 23:08:34 +08:00
parent db2b85cbd4
commit ad51b4c24b
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ int rc_calibration_check(int mavlink_fd) {
/* sanity checks pass, enable channel */
if (count) {
mavlink_log_critical(mavlink_fd, "ERROR: %d config error(s) for RC channel %d.", count, (i + 1));
warnc(mavlink_fd, "ERROR: %d config error(s) for RC channel %d.", count, (i + 1));
warnx("ERROR: %d config error(s) for RC channel %d.", count, (i + 1));
usleep(100000);
}