Browse Source

* debug moved to another location

pull/97/head
lumapu 3 years ago
parent
commit
0d8706895e
  1. 6
      tools/esp8266/include/dbg.h

6
tools/esp8266/debug.h → tools/esp8266/include/dbg.h

@ -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__*/
Loading…
Cancel
Save