Parameter update - Rename variables in templates

using parameter_update.py script
This commit is contained in:
bresch
2019-03-20 10:31:16 +01:00
committed by Matthias Grob
parent b14446f0e5
commit 2255ab21be
+2 -2
View File
@@ -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 */
)
};