From 3c2021441490ae9b93f7a2ef0f379909b589edd9 Mon Sep 17 00:00:00 2001
From: yincheng.zhong <634916154@qq.com>
Date: 星期六, 13 十二月 2025 18:53:16 +0800
Subject: [PATCH] 应该是拍视频的版本,外包在此基础上加了MQTT部分。

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