소스 검색

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

tags/v0.9.3
Michael Brown 17 년 전
부모
커밋
aa729d2d10
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/config.h

+ 1
- 1
src/config.h 파일 보기

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

Loading…
취소
저장