Fixing include paths for new structure

Removed non-sensical libc folder from project
This commit is contained in:
2022-08-17 14:57:50 +02:00
parent 3b3e2597a1
commit bbfea39c23
21 changed files with 54 additions and 57 deletions

View File

@ -1,5 +1,5 @@
#include "pit.h"
#include "tty/kterm.h"
#include "../../Terminal/kterm.h"
uint32_t pit_tick = 0;