AP_OSD: raise thread stack size to 1024
based on testing in SITL
This commit is contained in:
parent
836176297d
commit
83f293305f
@ -185,7 +185,7 @@ void AP_OSD::init()
|
|||||||
}
|
}
|
||||||
if (backend != nullptr) {
|
if (backend != nullptr) {
|
||||||
// create thread as higher priority than IO
|
// create thread as higher priority than IO
|
||||||
hal.scheduler->thread_create(FUNCTOR_BIND_MEMBER(&AP_OSD::osd_thread, void), "OSD", 512, AP_HAL::Scheduler::PRIORITY_IO, 1);
|
hal.scheduler->thread_create(FUNCTOR_BIND_MEMBER(&AP_OSD::osd_thread, void), "OSD", 1024, AP_HAL::Scheduler::PRIORITY_IO, 1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user