From 56d6a907e12484053abb432e664d6a8466133161 Mon Sep 17 00:00:00 2001 From: zhyinch <zhyinch@gmail.com> Date: 星期三, 02 三月 2022 18:15:44 +0800 Subject: [PATCH] 1 --- 源码/核心板/Src/application/modbus.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git "a/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/application/modbus.h" "b/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/application/modbus.h" index 67b68dd..4a02159 100644 --- "a/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/application/modbus.h" +++ "b/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/application/modbus.h" @@ -13,7 +13,6 @@ #define MODBUS_SIZE 200 #define WAITDELAYCOUNT 1500 //剩余1位数据等待次数 -extern u8 cmd_mode; extern u8 RS485_Addr; extern u8 RS485_RX_BUFF[200]; extern u16 RS485_RX_CNT; -- Gitblit v1.9.3