aboutsummaryrefslogtreecommitdiff
path: root/src/examples/fixedwing_control/main.c
diff options
context:
space:
mode:
authorAnton Babushkin <anton.babushkin@me.com>2013-07-11 20:49:28 +0400
committerAnton Babushkin <anton.babushkin@me.com>2013-07-11 20:49:28 +0400
commitc291c4482a74c028a2c28f24978dc06c52b0c6d4 (patch)
tree6c74fca4f49d0c9af356c8c05ddcd6161ca7480b /src/examples/fixedwing_control/main.c
parent04fbed493aab1dede6c2200aaab2b990d24a66e7 (diff)
parent3ac760978f3cd4be1ede595e1802d38d28ce1d96 (diff)
downloadpx4-firmware-c291c4482a74c028a2c28f24978dc06c52b0c6d4.tar.gz
px4-firmware-c291c4482a74c028a2c28f24978dc06c52b0c6d4.tar.bz2
px4-firmware-c291c4482a74c028a2c28f24978dc06c52b0c6d4.zip
Merge branch 'master' into seatbelt_multirotor
Diffstat (limited to 'src/examples/fixedwing_control/main.c')
-rw-r--r--src/examples/fixedwing_control/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/examples/fixedwing_control/main.c b/src/examples/fixedwing_control/main.c
index 27888523b..d13ffe414 100644
--- a/src/examples/fixedwing_control/main.c
+++ b/src/examples/fixedwing_control/main.c
@@ -512,7 +512,7 @@ usage(const char *reason)
* Makefile does only apply to this management task.
*
* The actual stack size should be set in the call
- * to task_create().
+ * to task_spawn_cmd().
*/
int ex_fixedwing_control_main(int argc, char *argv[])
{