Removed extra abstracton layer in systemlib

The calls to task_spawn_cmd, kill_all, and systemreset  were wrappers
around the px4_{task_spawn_cmd|kill_all|systemreset} implementations.

Removed the wrappers and changed all calls to the px4_ equivalents.

NuttX specific code was moved into px4_tasks.h

Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
Mark Charlebois
2015-05-06 14:43:11 -07:00
parent 3654aec3a5
commit c5237f7f6f
38 changed files with 55 additions and 65 deletions
+1 -1
View File
@@ -302,7 +302,7 @@ MK::init(unsigned motors)
}
/* start the IO interface task */
_task = task_spawn_cmd("mkblctrl",
_task = px4_task_spawn_cmd("mkblctrl",
SCHED_DEFAULT,
SCHED_PRIORITY_MAX - 20,
1500,