aboutsummaryrefslogtreecommitdiff
path: root/src/systemcmds/esc_calib/esc_calib.c
diff options
context:
space:
mode:
authorJulian Oes <julian@oes.ch>2014-04-30 17:50:18 +0200
committerJulian Oes <julian@oes.ch>2014-04-30 17:50:18 +0200
commita1e4435e163f4f01885de58dd492d7716863c05e (patch)
tree6214346b7b970c8462b9d16eda11da7dcc4c3afa /src/systemcmds/esc_calib/esc_calib.c
parent2829d65871d104826772d6e705edf77a628cda11 (diff)
downloadpx4-firmware-a1e4435e163f4f01885de58dd492d7716863c05e.tar.gz
px4-firmware-a1e4435e163f4f01885de58dd492d7716863c05e.tar.bz2
px4-firmware-a1e4435e163f4f01885de58dd492d7716863c05e.zip
esc_calib: corrected name of mc controller
Diffstat (limited to 'src/systemcmds/esc_calib/esc_calib.c')
-rw-r--r--src/systemcmds/esc_calib/esc_calib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemcmds/esc_calib/esc_calib.c b/src/systemcmds/esc_calib/esc_calib.c
index ad1996694..7d80af307 100644
--- a/src/systemcmds/esc_calib/esc_calib.c
+++ b/src/systemcmds/esc_calib/esc_calib.c
@@ -182,7 +182,7 @@ esc_calib_main(int argc, char *argv[])
if (orb_updated) {
errx(1, "ABORTING! Attitude control still active. Please ensure to shut down all controllers:\n"
- "\tmultirotor_att_control stop\n"
+ "\tmc_att_control stop\n"
"\tfw_att_control stop\n");
}