aboutsummaryrefslogtreecommitdiff
path: root/src/modules
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2014-05-12 23:58:35 -0700
committerLorenz Meier <lm@inf.ethz.ch>2014-05-12 23:58:35 -0700
commit965b42fe96aad5d9ae50832e9ed6b6ef45e6461e (patch)
treec620ff8ec52d7b767c9a7e7443d7eb5ca2276be8 /src/modules
parent15e65fda267b7e3b30305bb0aa1f00b7ee9314cb (diff)
parentad51b4c24b624c32e31e4b3aad274d59e79f1b20 (diff)
downloadpx4-firmware-965b42fe96aad5d9ae50832e9ed6b6ef45e6461e.tar.gz
px4-firmware-965b42fe96aad5d9ae50832e9ed6b6ef45e6461e.tar.bz2
px4-firmware-965b42fe96aad5d9ae50832e9ed6b6ef45e6461e.zip
Merge pull request #926 from ultrasystem/patch-2
Output a debug string is Invalid @ parameter #1
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/systemlib/rc_check.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/systemlib/rc_check.c b/src/modules/systemlib/rc_check.c
index 21e15ec56..c0c1a5cb4 100644
--- a/src/modules/systemlib/rc_check.c
+++ b/src/modules/systemlib/rc_check.c
@@ -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));
- warnx(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);
}