summaryrefslogtreecommitdiff
path: root/driver/serial.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver/serial.c')
-rw-r--r--driver/serial.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/driver/serial.c b/driver/serial.c
index 6e6a4bb..8747981 100644
--- a/driver/serial.c
+++ b/driver/serial.c
@@ -15,7 +15,6 @@ void serial_init()
x86_outb(PORT + 3, 0x03); // 8 bits, no parity, one stop bit
x86_outb(PORT + 2, 0xC7); // Enable FIFO, clear them, with 14-byte threshold
x86_outb(PORT + 4, 0x0B); // IRQs enabled, RTS/DSR set
-
}
static uint32_t serial_received()