AP_HAL: relax F4 notch constraints slightly to allow triple notch on quads

This commit is contained in:
Andy Piper 2023-09-16 15:45:46 +01:00 committed by Andrew Tridgell
parent 36fc7521ea
commit 2c44d75f27

View File

@ -318,7 +318,8 @@
#else
// Enough for a notch per motor on an octa quad using two IMUs and one harmonic
// plus one static notch with one harmonic
#define HAL_HNF_MAX_FILTERS 18
// Or triple-notch per motor on one IMU with one harmonic
#define HAL_HNF_MAX_FILTERS 24
#endif
#endif // HAL_HNF_MAX_FILTERS