Big code refactor, get rid of HAL entirely
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
#include "util/util.h"
|
||||
#include "kprintf.h"
|
||||
#include "util.h"
|
||||
|
||||
char *util_get_filename(char *path) {
|
||||
char *lastslash = path;
|
||||
|
||||
Reference in New Issue
Block a user