Skip to content
Snippets Groups Projects
Commit 0bd81f14 authored by Oleg Hahm's avatar Oleg Hahm
Browse files

remove header guard from debug.h and repaired debugging on a per file base

parent 3adb6fa2
No related branches found
No related tags found
No related merge requests found
......@@ -17,15 +17,13 @@
* @}
*/
#ifndef DEBUG_H_
#define DEBUG_H_
#include <stdio.h>
#if ENABLE_DEBUG
#define DEBUG(...) printf(__VA_ARGS__)
#undef ENABLE_DEBUG
#else
#define DEBUG(...)
#endif
#endif /* DEGUG_H_ */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment