diff --git a/src/templates/module/module.h b/src/templates/module/module.h
index a5efb577454d79ad99276e35625a20ba1af3f601..a7e9fdefd8873dcda457a9339ba4824fabbea5fe 100644
--- a/src/templates/module/module.h
+++ b/src/templates/module/module.h
@@ -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 */
 	)
 };