mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-17 15:00:35 +08:00
ekf2: don't ignore function argument (#4990)
This commit is contained in:
@@ -116,7 +116,7 @@ public:
|
||||
*/
|
||||
int start();
|
||||
|
||||
void set_replay_mode(bool replay) {_replay_mode = true;};
|
||||
void set_replay_mode(bool replay) {_replay_mode = replay;};
|
||||
|
||||
static void task_main_trampoline(int argc, char *argv[]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user