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
11 changed files with 11 additions and 39 deletions

View File

@@ -30,8 +30,7 @@
#include "../gpio.h"
#include "../pmc.h"
#include "../max7762x.h"
#include "../lib/driver_utils.h"
#include "../log.h"
#include "../lib/log.h"
static SdmmcLogLevel g_sdmmc_log_level = SDMMC_LOG_NONE;