aboutsummaryrefslogtreecommitdiff
path: root/src/modules/commander/commander.cpp
diff options
context:
space:
mode:
authorAnton Babushkin <anton.babushkin@me.com>2014-04-07 17:24:39 +0400
committerAnton Babushkin <anton.babushkin@me.com>2014-04-07 17:24:39 +0400
commitdfd9601b571057e73668d9b39d584bc4eb9cc305 (patch)
tree76d5f162ff4139cd6916aba1a473496060892023 /src/modules/commander/commander.cpp
parentb770c9fc1edc570fc216bdf849f84519e4e3513f (diff)
downloadpx4-firmware-dfd9601b571057e73668d9b39d584bc4eb9cc305.tar.gz
px4-firmware-dfd9601b571057e73668d9b39d584bc4eb9cc305.tar.bz2
px4-firmware-dfd9601b571057e73668d9b39d584bc4eb9cc305.zip
commander: minor comment fix
Diffstat (limited to 'src/modules/commander/commander.cpp')
-rw-r--r--src/modules/commander/commander.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/commander/commander.cpp b/src/modules/commander/commander.cpp
index 2f373c6db..531d17145 100644
--- a/src/modules/commander/commander.cpp
+++ b/src/modules/commander/commander.cpp
@@ -966,7 +966,7 @@ int commander_thread_main(int argc, char *argv[])
}
/* update condition_global_position_valid */
- /* hysteresis for EPH/EPV*/
+ /* hysteresis for EPH/EPV */
bool eph_epv_good;
if (status.condition_global_position_valid) {
if (global_position.eph > eph_epv_threshold * 2.0f || global_position.epv > eph_epv_threshold * 2.0f) {