Browse Source
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>sbg
38 changed files with 55 additions and 65 deletions
Loading…
Reference in new issue