Browse Source

关闭串口输入

luyuan_t440 2 years ago
parent
commit
129ca05dd6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      linux/drivers/tty/serial/ark_uart.c

+ 1 - 1
linux/drivers/tty/serial/ark_uart.c

@@ -187,7 +187,7 @@ struct uart_amba_port {
 #endif
 };
 
-static bool enable_console = true;//false;
+static bool enable_console = false;//false;
 
 static void (*mcu_serial_rev_handler)(unsigned char ch);
 static struct work_struct *mcu_serial_rev_task;