AP_IOMCU: use a higher thread priority
this ensures PWM output gets out as fast as possible
This commit is contained in:
parent
84d76cf915
commit
4a7a66cc16
@ -109,7 +109,7 @@ void AP_IOMCU::init(void)
|
|||||||
thread_ctx = chThdCreateFromHeap(NULL,
|
thread_ctx = chThdCreateFromHeap(NULL,
|
||||||
THD_WORKING_AREA_SIZE(1024),
|
THD_WORKING_AREA_SIZE(1024),
|
||||||
"IOMCU",
|
"IOMCU",
|
||||||
180,
|
183,
|
||||||
thread_start,
|
thread_start,
|
||||||
this);
|
this);
|
||||||
if (thread_ctx == nullptr) {
|
if (thread_ctx == nullptr) {
|
||||||
|
Loading…
Reference in New Issue
Block a user