From b9aca884f88abdda860d5c62be841a9e21ce68a1 Mon Sep 17 00:00:00 2001
From: yincheng.zhong <634916154@qq.com>
Date: 星期四, 13 十一月 2025 17:07:26 +0800
Subject: [PATCH] 添加python 算法仿真代码
---
STM32H743/HAL/Uart.h | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/STM32H743/HAL/Uart.h b/STM32H743/HAL/Uart.h
index bc24545..85d0e62 100644
--- a/STM32H743/HAL/Uart.h
+++ b/STM32H743/HAL/Uart.h
@@ -1,8 +1,8 @@
/*******************************************************************************
* File Name : Uart.h
* Description :
- * Created on : 2018年4月24日
- * Author : 杜键
+ * Created on : 2018锟斤拷4锟斤拷24锟斤拷
+ * Author : 锟脚硷拷
*******************************************************************************/
#ifndef HAL_UART_H_
@@ -41,6 +41,7 @@
UART_ID_4G,
UART_ID_GPS,
UART_ID_BT,
+ UART_ID_SBUS,
UART_ID_LAST,
}E_UartID;
--
Gitblit v1.9.3