From ab3445ef6d3dbc042237206ec22dc22dd5882df6 Mon Sep 17 00:00:00 2001 From: Robofish <1683502971@qq.com> Date: Sun, 7 Sep 2025 12:41:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=9D=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- device/vofa.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/device/vofa.c b/device/vofa.c index bfc3b5a..b5e1cbc 100644 --- a/device/vofa.c +++ b/device/vofa.c @@ -5,14 +5,14 @@ #include "bsp/uart.h" /* Private define ----------------------------------------------------------- */ -#define MAX_CHANNEL 64u // ¸ù¾Ýʵ¼Ê×î´óͨµÀÊýµ÷Õû +#define MAX_CHANNEL 64u // ����ʵ�����ͨ�������� #define JUSTFLOAT_TAIL 0x7F800000 /* Private macro ------------------------------------------------------------ */ /* Private typedef ---------------------------------------------------------- */ /* Private variables -------------------------------------------------------- */ static uint8_t vofa_tx_buf[sizeof(float) * MAX_CHANNEL + sizeof(uint32_t)]; -static VOFA_Protocol_t current_protocol = VOFA_PROTOCOL_FIREWATER; // ĬÈÏЭÒé +static VOFA_Protocol_t current_protocol = VOFA_PROTOCOL_FIREWATER; // Ĭ��Э�� /* Private function -------------------------------------------------------- */