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,
|
||||
THD_WORKING_AREA_SIZE(1024),
|
||||
"IOMCU",
|
||||
180,
|
||||
183,
|
||||
thread_start,
|
||||
this);
|
||||
if (thread_ctx == nullptr) {
|
||||
|
Loading…
Reference in New Issue
Block a user