From 1136286320244c78b451dea6b351c7b5ba200de3 Mon Sep 17 00:00:00 2001 From: yelvlab Date: Thu, 5 Mar 2026 23:36:35 +0800 Subject: [PATCH] test --- Src/main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Src/main.c b/Src/main.c index 35dfb1a..5f56fd8 100644 --- a/Src/main.c +++ b/Src/main.c @@ -79,5 +79,7 @@ int main(void) while(1){ command_process(); /* Process UART commands */ delay_ms(10); + + led_on(); } }