From fa67367e07dd9bd6364db5f16bc78b1dd832209e Mon Sep 17 00:00:00 2001 From: Wendal Chen Date: Tue, 24 Oct 2023 11:26:59 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dexample=5Fuart=5Forg?= =?UTF-8?q?=E7=BC=96=E8=AF=91=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/example_uart_org/src/example_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/example_uart_org/src/example_main.c b/project/example_uart_org/src/example_main.c index e8b37c29..3ce87065 100644 --- a/project/example_uart_org/src/example_main.c +++ b/project/example_uart_org/src/example_main.c @@ -23,7 +23,7 @@ #include "luat_debug.h" #include "luat_uart.h" - +#include "bsp.h" /* * 使用原厂UART的时候,编译进以下3个函数即可 */