Skip to content

Commit

Permalink
make format
Browse files Browse the repository at this point in the history
  • Loading branch information
bdilman committed Jan 23, 2025
1 parent c199994 commit 6594747
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(
(ParamInt<px4::params::COM_MODE_ARM_CHK>) _param_com_mode_arm_chk
);
(ParamInt<px4::params::COM_MODE_ARM_CHK>) _param_com_mode_arm_chk
);
};

0 comments on commit 6594747

Please sign in to comment.