mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-08-18 20:48:41 +08:00
[bsp/qemu-riscv]修正打开串口后中断被关闭的问题 (#9035)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user