From f88f3da8f132cd1dd321dfc584a1fe68b6eb2138 Mon Sep 17 00:00:00 2001
From: yincheng.zhong <634916154@qq.com>
Date: 星期四, 04 十二月 2025 21:49:01 +0800
Subject: [PATCH] 在跑校准了,还是有些问题,GPS坐标有时候不更新

---
 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