Reverted logging.

This commit is contained in:
Helen Oleynikova
2014-04-10 10:33:10 +02:00
committed by Julian Oes
parent ff2e4732a0
commit e35d4cd491
2 changed files with 6 additions and 6 deletions
+5 -5
View File
@@ -2183,11 +2183,11 @@ Mavlink::start(int argc, char *argv[])
// task - start_helper() only returns
// when the started task exits.
task_spawn_cmd(buf,
SCHED_DEFAULT,
SCHED_PRIORITY_DEFAULT,
2048,
(main_t)&Mavlink::start_helper,
(const char **)argv);
SCHED_DEFAULT,
SCHED_PRIORITY_DEFAULT,
2048,
(main_t)&Mavlink::start_helper,
(const char **)argv);
// Ensure that this shell command
// does not return before the instance