diff --git a/libraries/AP_IOMCU/AP_IOMCU.cpp b/libraries/AP_IOMCU/AP_IOMCU.cpp index 7ce3f2fc5b..1e0449e8af 100644 --- a/libraries/AP_IOMCU/AP_IOMCU.cpp +++ b/libraries/AP_IOMCU/AP_IOMCU.cpp @@ -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) {