[bsp/qemu-riscv]修正打开串口后中断被关闭的问题 (#9035)

This commit is contained in:
heyuanjie87 2024-06-05 09:52:32 +08:00 committed by GitHub
parent ca78a4f025
commit f778a66d6e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -52,7 +52,6 @@ void uart_init(void)
static rt_err_t _uart_configure(struct rt_serial_device *serial, struct serial_configure *cfg)
{
uart_init();
return (RT_EOK);
}