* debug moved to another location

This commit is contained in:
lumapu 2022-07-06 21:47:08 +02:00
parent aeb63f5d31
commit 0d8706895e

View file

@ -3,8 +3,8 @@
// Creative Commons - http://creativecommons.org/licenses/by-nc-sa/3.0/de/
//-----------------------------------------------------------------------------
#ifndef __DEBUG_H__
#define __DEBUG_H__
#ifndef __DBG_H__
#define __DBG_H__
//-----------------------------------------------------------------------------
// available levels
@ -120,4 +120,4 @@
}\
})
#endif /*__DEBUG_H__*/
#endif /*__DBG_H__*/