mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-20 20:03:54 +08:00
load_mon: slightly longer cpu average (300 -> 500 ms)
This commit is contained in:
@@ -79,7 +79,7 @@ int LoadMon::task_spawn(int argc, char *argv[])
|
||||
|
||||
void LoadMon::start()
|
||||
{
|
||||
ScheduleOnInterval(300_ms);
|
||||
ScheduleOnInterval(500_ms); // 2 Hz
|
||||
}
|
||||
|
||||
void LoadMon::Run()
|
||||
|
||||
Reference in New Issue
Block a user