AP_NavEKF: Five IMUs need slightly more stack space with GCC 6.3.1
The extra space is take by the inactive sensor bias state code.
This commit is contained in:
parent
10439cc42e
commit
4e93e99fe5
@ -61,7 +61,7 @@ protected:
|
||||
#if MATH_CHECK_INDEXES
|
||||
#pragma GCC diagnostic error "-Wframe-larger-than=4000"
|
||||
#else
|
||||
#pragma GCC diagnostic error "-Wframe-larger-than=2500"
|
||||
#pragma GCC diagnostic error "-Wframe-larger-than=2600"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user