diff options
Diffstat (limited to 'src/espik_debug.h')
-rw-r--r-- | src/espik_debug.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/espik_debug.h b/src/espik_debug.h index 99be3fe..e1c058b 100644 --- a/src/espik_debug.h +++ b/src/espik_debug.h @@ -1,5 +1,5 @@ -#ifndef HAVE_ESPIK_DEBUG_H -#define HAVE_ESPIK_DEBUG_H +#ifndef ESPIK_DEBUG_H +#define ESPIK_DEBUG_H #include "espik_global.h" @@ -58,4 +58,4 @@ void espik_debug_init(); void kill_me (short num); #endif -#endif /* HAVE_ESPIK_DEBUG_H */ +#endif /* ESPIK_DEBUG_H */ |