瀏覽代碼

Reverting unintended change caused by merge of indolent/natsemi branch.

tags/v0.9.3
Michael Brown 18 年之前
父節點
當前提交
aa729d2d10
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/config.h

+ 1
- 1
src/config.h 查看文件

18
  */
18
  */
19
 
19
 
20
 #define	CONSOLE_FIRMWARE	/* Default BIOS console */
20
 #define	CONSOLE_FIRMWARE	/* Default BIOS console */
21
-#define	CONSOLE_SERIAL		/* Serial port */
21
+#undef	CONSOLE_SERIAL		/* Serial port */
22
 #undef	CONSOLE_DIRECT_VGA	/* Direct access to VGA card */
22
 #undef	CONSOLE_DIRECT_VGA	/* Direct access to VGA card */
23
 #undef	CONSOLE_BTEXT		/* Who knows what this does? */
23
 #undef	CONSOLE_BTEXT		/* Who knows what this does? */
24
 #undef	CONSOLE_PC_KBD		/* Direct access to PC keyboard */
24
 #undef	CONSOLE_PC_KBD		/* Direct access to PC keyboard */

Loading…
取消
儲存