diff options
Diffstat (limited to 'src/espik_debug.h')
-rw-r--r-- | src/espik_debug.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/espik_debug.h b/src/espik_debug.h index fec35e0..235c777 100644 --- a/src/espik_debug.h +++ b/src/espik_debug.h @@ -1,8 +1,7 @@ -#if _ESPIK_DEBUG -# ifndef _HAVE_ESPIK_DEBUG_H -# define _HAVE_ESPIK_DEBUG_H +#ifndef _HAVE_ESPIK_DEBUG_H +#define _HAVE_ESPIK_DEBUG_H inline void espik_bt (void); +void espik_debug_init(); # endif /* _HAVE_ESPIK_DEBUG_H */ -#endif /* _ESPIK_DEBUG */ |