From 26db5e14522173c274ac954c867d2ebe5d8ca3ac Mon Sep 17 00:00:00 2001
From: yincheng.zhong <634916154@qq.com>
Date: 星期二, 18 十一月 2025 19:43:53 +0800
Subject: [PATCH] python和STM32数据双向调通,准备下一阶段GPS测试。
---
STM32H743/HAL/Uart.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/STM32H743/HAL/Uart.h b/STM32H743/HAL/Uart.h
index 85d0e62..ba9396b 100644
--- a/STM32H743/HAL/Uart.h
+++ b/STM32H743/HAL/Uart.h
@@ -42,6 +42,7 @@
UART_ID_GPS,
UART_ID_BT,
UART_ID_SBUS,
+ UART_ID_PYTHON,
UART_ID_LAST,
}E_UartID;
--
Gitblit v1.9.3