summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/serial.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/serial.c b/src/core/serial.c
index 6383a48b2..d0827481c 100644
--- a/src/core/serial.c
+++ b/src/core/serial.c
@@ -149,6 +149,8 @@ static void serial_init ( void ) {
int status;
int divisor, lcs;
+ DBG ( "Serial port %#x initialising\n", UART_BASE );
+
divisor = COMBRD;
lcs = UART_LCS;