Procházet zdrojové kódy

Check that serial port init actually happens

tags/v0.9.3
Michael Brown před 19 roky
rodič
revize
69d2261016
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2
    0
      src/core/serial.c

+ 2
- 0
src/core/serial.c Zobrazit soubor

149
 	int status;
149
 	int status;
150
 	int divisor, lcs;
150
 	int divisor, lcs;
151
 
151
 
152
+	DBG ( "Serial port %#x initialising\n", UART_BASE );
153
+
152
 	divisor = COMBRD;
154
 	divisor = COMBRD;
153
 	lcs = UART_LCS;
155
 	lcs = UART_LCS;
154
 
156
 

Načítá se…
Zrušit
Uložit