From 961c1174bbf1aaae5fa2f672806ed4eaf2f917be Mon Sep 17 00:00:00 2001
From: WXK <287788329@qq.com>
Date: 星期三, 05 二月 2025 15:45:10 +0800
Subject: [PATCH] 串口传输协议加上一位指令类型

---
 01_SDK/nimble/controller/rf_test/rf_test.h |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/01_SDK/nimble/controller/rf_test/rf_test.h b/01_SDK/nimble/controller/rf_test/rf_test.h
index 8b494c4..129347a 100644
--- a/01_SDK/nimble/controller/rf_test/rf_test.h
+++ b/01_SDK/nimble/controller/rf_test/rf_test.h
@@ -1,8 +1,7 @@
 #ifndef RF_TEST__H_
 #define RF_TEST__H_
-#include "stack/controller/rf_phy.h"
+#include "stack/rf/rf_phy.h"
 
-#define CONSTANT_TONE_TEST_ENABLE			0
 void rf_test_start_constant_tone(uint16_t ch);
 
 #endif

--
Gitblit v1.9.3