Browse Source

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

heyuanjie87 11 months ago
parent
commit
f778a66d6e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      bsp/qemu-virt64-riscv/driver/drv_uart.c

+ 0 - 1
bsp/qemu-virt64-riscv/driver/drv_uart.c

@@ -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);
 }