mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 10:46:33 +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()
|
void LoadMon::start()
|
||||||
{
|
{
|
||||||
ScheduleOnInterval(300_ms);
|
ScheduleOnInterval(500_ms); // 2 Hz
|
||||||
}
|
}
|
||||||
|
|
||||||
void LoadMon::Run()
|
void LoadMon::Run()
|
||||||
|
|||||||
Reference in New Issue
Block a user