STM32H743/FML/arm_math_compat.c @@ -7,8 +7,5 @@ #include <math.h> #include "arm_math.h" float arm_atan2_f32(float y, float x) { return atan2f(y, x); } /* 注意:arm_atan2_f32 现在由 DSP 库直接提供,不再需要包装函数 */