mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-07 09:13:32 +08:00
ported vtol module to posix
This commit is contained in:
@@ -741,11 +741,7 @@ VtolAttitudeControl::start()
|
||||
SCHED_DEFAULT,
|
||||
SCHED_PRIORITY_MAX - 10,
|
||||
2048,
|
||||
<<<<<<< HEAD
|
||||
(px4_main_t)&VtolAttitudeControl::task_main_trampoline,
|
||||
=======
|
||||
(main_t)&VtolAttitudeControl::task_main_trampoline,
|
||||
>>>>>>> fixed code style
|
||||
nullptr);
|
||||
|
||||
if (_control_task < 0) {
|
||||
|
||||
Reference in New Issue
Block a user