moving log.c and log.h to lib/

removing lib/driver_utils.h as it have no purpose anymore now
This commit is contained in:
Resaec 2018-09-26 02:13:20 +02:00
parent 762383f0d2
commit d67a7c0a87
No known key found for this signature in database
GPG key ID: 5E890BD898EA9064
11 changed files with 11 additions and 39 deletions

View file

@ -45,7 +45,7 @@
#define u8 uint8_t
#define u32 uint32_t
#include "exosphere_bin.h"
#include "log.h"
#include "lib/log.h"
#undef u8
#undef u32