generated from hulk/gd32e23x_template_cmake_vscode
fix command code
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user