From 275b03224aa6170d4dc8c661c1cd949dd88c1fcb Mon Sep 17 00:00:00 2001
From: yincheng.zhong <634916154@qq.com>
Date: 星期一, 24 十一月 2025 15:10:21 +0800
Subject: [PATCH] 转向问题解决,方向定义问题,开始走了
---
STM32H743/FML/arm_math_compat.c | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diff --git a/STM32H743/FML/arm_math_compat.c b/STM32H743/FML/arm_math_compat.c
index 166fb9f..0eb1813 100644
--- a/STM32H743/FML/arm_math_compat.c
+++ b/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);
-}
+/* 娉ㄦ剰锛歛rm_atan2_f32 鐜板湪鐢� DSP 搴撶洿鎺ユ彁渚涳紝涓嶅啀闇�瑕佸寘瑁呭嚱鏁� */
--
Gitblit v1.10.0