Skip to content

Commit

Permalink
AP_Networking: make connector loopback test priority to be PRIORITY_IO-1
Browse files Browse the repository at this point in the history
  • Loading branch information
bugobliterator committed Oct 15, 2024
1 parent 81768b2 commit 1073fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AP_Networking/AP_Networking_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ void AP_Networking::start_tests(void)
if (param.tests & TEST_CONNECTOR_LOOPBACK) {
hal.scheduler->thread_create(FUNCTOR_BIND_MEMBER(&AP_Networking::test_connector_loopback, void),
"connector_loopback",
8192, AP_HAL::Scheduler::PRIORITY_UART, -1);
8192, AP_HAL::Scheduler::PRIORITY_IO, -1);
}
}

Expand Down

0 comments on commit 1073fab

Please sign in to comment.