1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-28 06:24:10 +01:00

LP-621 add required include

This commit is contained in:
Eric Price 2021-08-14 19:20:40 +02:00
parent 745835e298
commit fd32fc79ba

View File

@ -29,6 +29,7 @@
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <pios_math.h>
#include <mathmisc.h>
void pseudo_windowed_variance_init(pw_variance_t *variance, int32_t window_size)