From 8020d6407f1045f6f40c3142c80056ed6a2cd450 Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Thu, 16 Jul 2020 09:47:26 -0400 Subject: [PATCH] load_mon: remove obsolete rate comment in description --- src/modules/load_mon/LoadMon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/load_mon/LoadMon.cpp b/src/modules/load_mon/LoadMon.cpp index 48fe546e2b..6d69bdfeca 100644 --- a/src/modules/load_mon/LoadMon.cpp +++ b/src/modules/load_mon/LoadMon.cpp @@ -206,7 +206,7 @@ int LoadMon::print_usage(const char *reason) PRINT_MODULE_DESCRIPTION( R"DESCR_STR( ### Description -Background process running periodically with 1 Hz on the low priority work queue to calculate the CPU load and RAM +Background process running periodically on the low priority work queue to calculate the CPU load and RAM usage and publish the `cpuload` topic. On NuttX it also checks the stack usage of each process and if it falls below 300 bytes, a warning is output,