Skip to content
Snippets Groups Projects
Commit 29930ac1 authored by bunnei's avatar bunnei
Browse files

VFP: disable DBG messages because they spam the console with unimportant skyeye junk

parent 088a2de9
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
#ifndef __VFP_H__ #ifndef __VFP_H__
#define __VFP_H__ #define __VFP_H__
#define DBG(...) DEBUG_LOG(ARM11, __VA_ARGS__) #define DBG(...) //DEBUG_LOG(ARM11, __VA_ARGS__)
#define vfpdebug //printf #define vfpdebug //printf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment