瀏覽代碼

Check that serial port init actually happens

tags/v0.9.3
Michael Brown 18 年之前
父節點
當前提交
69d2261016
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      src/core/serial.c

+ 2
- 0
src/core/serial.c 查看文件

@@ -149,6 +149,8 @@ static void serial_init ( void ) {
149 149
 	int status;
150 150
 	int divisor, lcs;
151 151
 
152
+	DBG ( "Serial port %#x initialising\n", UART_BASE );
153
+
152 154
 	divisor = COMBRD;
153 155
 	lcs = UART_LCS;
154 156
 

Loading…
取消
儲存