From ec51312d1b175c9eebe7a92e1cc15e4d0d120e64 Mon Sep 17 00:00:00 2001
From: zhangbo <zhangbo@qq.com>
Date: 星期二, 29 七月 2025 18:06:34 +0800
Subject: [PATCH] 修改can模块的通讯速率500k

---
 源码/核心板/Src/OnChipDevices/Usart.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git "a/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/OnChipDevices/Usart.c" "b/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/OnChipDevices/Usart.c"
index cb7716c..776f8d1 100644
--- "a/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/OnChipDevices/Usart.c"
+++ "b/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/OnChipDevices/Usart.c"
@@ -2,7 +2,6 @@
 #include <string.h>
 #include <stdio.h>
 #include "modbus.h"
-
 //数据发送队列变量
 EUART_Frame m_EUART_TxFrames[EUART_TX_FRM_SIZE];	//数据发送帧队列	
 volatile int8_t m_EUART_TxFrm_Tail = 0;					//数据发送帧队列尾指针
@@ -123,6 +122,7 @@
 	UART_DMAConfiguration();
 	
 }
+
 extern u8 cmd_mode;
 u8 overrun_flag=0;
 u16 t1,t2,t3,t4;
@@ -268,7 +268,6 @@
 
 	m_bEUARTCheckingRec = 0;
 }
-
 
 
 #ifndef EXUART_USE_TXDMA							

--
Gitblit v1.9.3