ardupilot/libraries/AP_GyroFFT
Peter Barker edba1cca4a AP_GyroFFT: cast to unsigned to avoid signed/unsigned comparison
https://discuss.ardupilot.org/t/a-compile-error-about-sitl/57319/14
seems to show older compilers getting confused about what the type of
the RHS is here.  Make it unambiguous for them.
2020-06-29 10:19:14 +10:00
..
CMSIS_5 AP_GyroFFT: new FFT library for motor peak analysis using HAL DSP abstraction 2020-02-22 11:15:37 +11:00
AP_GyroFFT.cpp AP_GyroFFT: cast to unsigned to avoid signed/unsigned comparison 2020-06-29 10:19:14 +10:00
AP_GyroFFT.h AP_GyroFFT: allow all three peaks to be returned so that we can have three independent harmonic notches 2020-06-21 19:09:35 +10:00