1.LOG信息修正。

This commit is contained in:
MacRsh
2023-05-17 11:48:27 +08:00
parent 1e3ac096a4
commit 79d56b76ad
2 changed files with 6 additions and 7 deletions

View File

@@ -248,12 +248,11 @@ static mr_err_t ch32_serial_configure(mr_serial_t serial, struct mr_serial_confi
USART_Cmd(hw->hw_uart.Instance, ENABLE);
MR_LOG_D(LOG_TAG,
"%s %d %d %d\r\n",
"Config %s %d %d %d\r\n",
hw->name,
config->baud_rate,
config->data_bits,
config->stop_bits,
config->parity);
config->stop_bits);
return MR_ERR_OK;
}