Skip to content
Snippets Groups Projects
Commit 3524fd7d authored by Julian Oes's avatar Julian Oes Committed by Lorenz Meier
Browse files

ekf2: don't ignore function argument (#4990)

parent e3422992
No related branches found
No related tags found
No related merge requests found
......@@ -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[]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment