generated from hulk/gd32e23x_template
删除串口发送数据结尾的\r\n,改为main函数的设置关闭stdout缓冲。printf直接输出
This commit is contained in:
@@ -25,6 +25,7 @@ uint32_t g_eddy_current_value_uint32;
|
||||
\retval none
|
||||
*/
|
||||
int main(void) {
|
||||
setbuf(stdout, NULL);
|
||||
/* configure systick */
|
||||
systick_config();
|
||||
/* configure USART */
|
||||
|
Reference in New Issue
Block a user