Skip to content

Commit ffb8ac4

Browse files
committed
fix(axis): add missing statistics_functions.h for arm_std_f32
1 parent c96a66e commit ffb8ac4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Firmware/FFBoard/Inc/Axis.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
#ifdef USE_DSP_FUNCTIONS
2929
#include "dsp/controller_functions.h"
3030
#include "dsp/fast_math_functions.h"
31+
#include "dsp/statistics_functions.h"
3132
#endif
3233

3334
#define INTERNAL_AXIS_DAMPER_SCALER 0.7

0 commit comments

Comments
 (0)