yincheng.zhong
2025-11-24 275b03224aa6170d4dc8c661c1cd949dd88c1fcb
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 库直接提供,不再需要包装函数 */