diff --git a/tools/esp8266/debug.h b/tools/esp8266/include/dbg.h similarity index 97% rename from tools/esp8266/debug.h rename to tools/esp8266/include/dbg.h index 3c5d80a0..1b11f959 100644 --- a/tools/esp8266/debug.h +++ b/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 @@ -29,7 +29,7 @@ #else #ifdef ARDUINO #ifndef DSERIAL - #define DSERIAL Serial + #define DSERIAL Serial #endif template @@ -120,4 +120,4 @@ }\ }) -#endif /*__DEBUG_H__*/ +#endif /*__DBG_H__*/