AP_NavEKF: fix running out of max stack limit on debug builds

This commit is contained in:
bugobliterator 2021-07-20 13:10:53 +05:30 committed by Andrew Tridgell
parent f78a7adc9c
commit 6988bf862b
1 changed files with 1 additions and 1 deletions

View File

@ -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=2100"
#pragma GCC diagnostic error "-Wframe-larger-than=2500"
#endif
#endif