mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-30 06:25:20 -04:00
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:
parent
762383f0d2
commit
d67a7c0a87
11 changed files with 11 additions and 39 deletions
|
@ -17,10 +17,9 @@
|
|||
#include <inttypes.h>
|
||||
|
||||
#include "exception_handlers.h"
|
||||
#include "lib/driver_utils.h"
|
||||
#include "utils.h"
|
||||
#include "display/video_fb.h"
|
||||
#include "log.h"
|
||||
#include "lib/log.h"
|
||||
|
||||
#define CODE_DUMP_SIZE 0x30
|
||||
#define STACK_DUMP_SIZE 0x60
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue