yincheng.zhong
2025-12-05 18f1d1afd16ae159b9f20cef640a594c848ad249
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 库直接提供,不再需要包装函数 */