This commit is contained in:
2026-03-05 23:36:35 +08:00
parent 4c93905128
commit 1136286320

View File

@@ -79,5 +79,7 @@ int main(void)
while(1){ while(1){
command_process(); /* Process UART commands */ command_process(); /* Process UART commands */
delay_ms(10); delay_ms(10);
led_on();
} }
} }