generated from hulk/gd32e23x_template_cmake_vscode
clear repo
This commit is contained in:
@@ -67,8 +67,6 @@ int main(void)
|
||||
}
|
||||
|
||||
while (usart_flag_get(RS485_PHY, USART_FLAG_TC) == RESET) {}
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
i2c_config();
|
||||
@@ -85,8 +83,7 @@ int main(void)
|
||||
while(1){
|
||||
command_process();
|
||||
delay_ms(10);
|
||||
if (g_sensor_report_enabled) {
|
||||
if (g_sensor_report_enabled)
|
||||
eddy_current_report();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user