From fd5a9b87e47bc072aa63fcaf5735232a37338303 Mon Sep 17 00:00:00 2001 From: Miguel Date: Sun, 2 Sep 2018 15:47:29 +0200 Subject: cleanup filenames --- kernel/log.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'kernel/log.c') 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 @@ -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) { -- cgit v1.2.3