From 5dd1b7fdcc52a43867f924e8d220de8467af372a Mon Sep 17 00:00:00 2001 From: QuakeGod <quakegod@sina.com> Date: 星期五, 12 四月 2024 14:27:26 +0800 Subject: [PATCH] Change KBus to OOP and Packge --- ComLib/Inc/GlobalDef.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ComLib/Inc/GlobalDef.h b/ComLib/Inc/GlobalDef.h index d259b39..d35b43f 100644 --- a/ComLib/Inc/GlobalDef.h +++ b/ComLib/Inc/GlobalDef.h @@ -11,7 +11,7 @@ #include "BoardType.h" #include "MyQueue.h" -#define DefaultUart1Baud 230400 +#define DefaultUart1Baud 115200 #define DefaultUart2Baud 1000000 #define AlterUart2Baud 500000 -- Gitblit v1.9.1