From 99270c7da5fb43685c1806b3cddb6ff4ba32d8f2 Mon Sep 17 00:00:00 2001 From: "lxbpxylps@126.com" Date: Mon, 11 Oct 2021 22:57:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=20LED=20=E9=97=AA=E7=83=81?= =?UTF-8?q?=E5=87=BD=E6=95=B0=E9=81=BF=E5=85=8D=E9=97=AA=E7=83=81=E9=A2=91?= =?UTF-8?q?=E7=8E=87=E8=BF=87=E9=AB=98=E6=97=A0=E6=B3=95=E8=A7=82=E5=AF=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- User/Main/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/User/Main/main.c b/User/Main/main.c index 48191dd..214dbd0 100644 --- a/User/Main/main.c +++ b/User/Main/main.c @@ -44,6 +44,6 @@ int main(void) */ void Echo(uint8_t byte) { - LED1_Toggle; + LED1_Slow_Toggle; UART_SendChar(COM1, byte); }