fix command code

This commit is contained in:
2025-08-13 00:39:30 +08:00
parent 05cebe979d
commit 5e6077884b
5 changed files with 274 additions and 111 deletions

View File

@@ -59,11 +59,6 @@ int main(void)
printf("Hello USART0!");
led_off();
while(1){
// led_toggle();
// 发送数据到 USART0
// usart_data_transmit(RS485_PHY, (uint8_t)'H');
// printf("Hello USART0!");
delay_ms(100);
command_process();
}