mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-03 14:40:34 +08:00
clang-tidy: partially fix hicpp-explicit-conversions
This commit is contained in:
@@ -97,7 +97,7 @@ extern "C" __EXPORT int ekf2_main(int argc, char *argv[]);
|
||||
class Ekf2 final : public ModuleBase<Ekf2>, public ModuleParams, public px4::WorkItem
|
||||
{
|
||||
public:
|
||||
Ekf2(bool replay_mode = false);
|
||||
explicit Ekf2(bool replay_mode = false);
|
||||
~Ekf2() override;
|
||||
|
||||
/** @see ModuleBase */
|
||||
|
||||
Reference in New Issue
Block a user