Ver código fonte

关闭串口输入

luyuan_t440 2 anos atrás
pai
commit
129ca05dd6
1 arquivos alterados com 1 adições e 1 exclusões
  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;