aboutsummaryrefslogtreecommitdiff
path: root/apps/px4io
diff options
context:
space:
mode:
authorJulian Oes <joes@student.ethz.ch>2012-12-31 12:31:31 -0800
committerJulian Oes <joes@student.ethz.ch>2012-12-31 12:31:31 -0800
commit8d1b1354e1bd83242369210bcde66b00acd68a67 (patch)
tree43c76b2a0319bdbc110a10db90008e18f671608a /apps/px4io
parent7972a56076058331e43a8a1e06c3b2c87e833bce (diff)
downloadpx4-firmware-8d1b1354e1bd83242369210bcde66b00acd68a67.tar.gz
px4-firmware-8d1b1354e1bd83242369210bcde66b00acd68a67.tar.bz2
px4-firmware-8d1b1354e1bd83242369210bcde66b00acd68a67.zip
A wrong parameter name in commander was responsible for manual override always ok
Diffstat (limited to 'apps/px4io')
-rw-r--r--apps/px4io/mixer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/px4io/mixer.cpp b/apps/px4io/mixer.cpp
index 2acd60ce3..b96ff8491 100644
--- a/apps/px4io/mixer.cpp
+++ b/apps/px4io/mixer.cpp
@@ -89,7 +89,7 @@ mixer_tick(void)
/* too many frames without FMU input, time to go to failsafe */
system_state.mixer_manual_override = true;
system_state.mixer_fmu_available = false;
- lib_lowprintf("\nRX timeout\n");
+ lib_lowprintf("RX timeout\n");
}
/*