Skip to content

Commit

Permalink
MissionBase: remove unused param
Browse files Browse the repository at this point in the history
Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
  • Loading branch information
sfuhrer committed Jan 6, 2025
1 parent 5c10f65 commit ab49dfe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/modules/navigator/mission_base.h
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,6 @@ class MissionBase : public MissionBlock, public ModuleParams

DEFINE_PARAMETERS_CUSTOM_PARENT(
ModuleParams,
(ParamFloat<px4::params::MIS_DIST_1WP>) _param_mis_dist_1wp,
(ParamInt<px4::params::MIS_MNT_YAW_CTL>) _param_mis_mnt_yaw_ctl
)

Expand Down

0 comments on commit ab49dfe

Please sign in to comment.