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

Parameter update - Rename variables in templates

using parameter_update.py script
parent b14446f0
No related branches found
No related tags found
No related merge requests found
......@@ -75,8 +75,8 @@ private:
DEFINE_PARAMETERS(
(ParamInt<px4::params::SYS_AUTOSTART>) _sys_autostart, /**< example parameter */
(ParamInt<px4::params::SYS_AUTOCONFIG>) _sys_autoconfig /**< another parameter */
(ParamInt<px4::params::SYS_AUTOSTART>) _param_sys_autostart, /**< example parameter */
(ParamInt<px4::params::SYS_AUTOCONFIG>) _param_sys_autoconfig /**< another parameter */
)
};
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