gpssim: fix process name

This commit is contained in:
Beat Küng
2018-08-11 10:51:27 +02:00
committed by Daniel Agar
parent 2baa4681d2
commit b1c56813ae
+1 -1
View File
@@ -220,7 +220,7 @@ GPSSIM::init()
}
/* start the GPS driver worker task */
_task = px4_task_spawn_cmd("gps", SCHED_DEFAULT,
_task = px4_task_spawn_cmd("gpssim", SCHED_DEFAULT,
SCHED_PRIORITY_DEFAULT, 1500, (px4_main_t)&GPSSIM::task_main_trampoline, nullptr);
if (_task < 0) {