File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
model/ins/px4_ecl/ecl/EKF Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 4545#include < ecl.h>
4646#include < mathlib/mathlib.h>
4747
48+ #if !defined(UNUSED)
4849#define UNUSED (X ) (void )X /* To avoid gcc/g++ warnings */
50+ #endif /* UNUSED */
4951
5052void Ekf::fuseMag ()
5153{
Original file line number Diff line number Diff line change 4545#include < ecl.h>
4646#include < mathlib/mathlib.h>
4747
48+ #if !defined(UNUSED)
4849#define UNUSED (X ) (void )X /* To avoid gcc/g++ warnings */
50+ #endif /* UNUSED */
4951
5052void Ekf::fuseSideslip ()
5153{
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ TASK_EXPORT __fmt_task_desc = {
125125 .entry = task_vehicle_entry ,
126126 .priority = VEHICLE_THREAD_PRIORITY ,
127127 .auto_start = true,
128- .stack_size = 8192 ,
128+ .stack_size = 6144 ,
129129 .param = NULL ,
130130 .dependency = NULL
131131};
You can’t perform that action at this time.
0 commit comments