Skip to content

Commit

Permalink
make format
Browse files Browse the repository at this point in the history
  • Loading branch information
bdilman committed Jan 24, 2025
1 parent 3c782cd commit 13955ed
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,6 @@ class ExternalChecks : public HealthAndArmingCheckBase

uORB::Publication<arming_check_request_s> _arming_check_request_pub{ORB_ID(arming_check_request)};
DEFINE_PARAMETERS_CUSTOM_PARENT(HealthAndArmingCheckBase,
(ParamBool<px4::params::COM_MODE_ARM_CHK>) _param_com_mode_arm_chk
);
(ParamBool<px4::params::COM_MODE_ARM_CHK>) _param_com_mode_arm_chk
);
};

0 comments on commit 13955ed

Please sign in to comment.