Skip to content
Snippets Groups Projects
Commit ecacf4de authored by bresch's avatar bresch Committed by Matthias Grob
Browse files

Parameter update - Rename variables in modules/load_mon

using parameter_update.py script
parent 10ba0801
No related branches found
No related tags found
No related merge requests found
...@@ -110,7 +110,7 @@ private: ...@@ -110,7 +110,7 @@ private:
#endif #endif
DEFINE_PARAMETERS( DEFINE_PARAMETERS(
(ParamBool<px4::params::SYS_STCK_EN>) _stack_check_enabled (ParamBool<px4::params::SYS_STCK_EN>) _param_sys_stck_en
) )
work_s _work{}; work_s _work{};
...@@ -170,7 +170,7 @@ void LoadMon::_cycle() ...@@ -170,7 +170,7 @@ void LoadMon::_cycle()
#ifdef __PX4_NUTTX #ifdef __PX4_NUTTX
if (_stack_check_enabled.get()) { if (_param_sys_stck_en.get()) {
_stack_usage(); _stack_usage();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment