This commit is contained in:
2025-08-13 20:32:23 +08:00
parent 48e832bf5b
commit 5c654d6640

View File

@@ -67,5 +67,7 @@ int main(void)
while (usart_flag_get(RS485_PHY, USART_FLAG_TC) == RESET) {}
while(1){
command_process();
delay_ms(100);
}
}