summaryrefslogtreecommitdiff
path: root/kernel/log.c
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-09-02 15:47:29 +0200
committerMiguel <m.i@gmx.at>2018-09-02 15:47:29 +0200
commitfd5a9b87e47bc072aa63fcaf5735232a37338303 (patch)
treea4a15617e540af1f77a326875be84164043aa707 /kernel/log.c
parent300fb2f088d8530b630e01ef24ce032710a2f8b9 (diff)
cleanup filenames
Diffstat (limited to 'kernel/log.c')
-rw-r--r--kernel/log.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/kernel/log.c b/kernel/log.c
index 8ab2bf2..c7c1bb7 100644
--- a/kernel/log.c
+++ b/kernel/log.c
@@ -1,4 +1,3 @@
-
#include "log.h"
#include <stdarg.h>
@@ -6,8 +5,11 @@
#include "kernel/kernel.h"
#include "kernel/fifo.h"
+#include "driver/serial.h"
+#include "driver/timer.h"
#include "lib/string/string.h"
+#include "lib/printf/printf.h"
static void log_string(char *str)
{