Commit 13aea621 authored by Andrey Filippov's avatar Andrey Filippov

removed debug

parent b05530f5
...@@ -35,15 +35,15 @@ ...@@ -35,15 +35,15 @@
#include <elphel/exifa.h> #include <elphel/exifa.h>
#include <elphel/x393_devices.h> #include <elphel/x393_devices.h>
#define ELPHEL_DEBUG 1 #define ELPHEL_DEBUG 0
#if ELPHEL_DEBUG #if ELPHEL_DEBUG
#define ELPHEL_DEBUG_THIS 1 #define ELPHEL_DEBUG_THIS 1
#else #else
#define ELPHEL_DEBUG_THIS 0 #define ELPHEL_DEBUG_THIS 0
#endif #endif
#define D1(x) fprintf(stderr, "%s:%d:%s: ", __FILE__, __LINE__, __FUNCTION__); x //#define D1(x) fprintf(stderr, "%s:%d:%s: ", __FILE__, __LINE__, __FUNCTION__); x
//#define D1(x) #define D1(x)
#if ELPHEL_DEBUG_THIS #if ELPHEL_DEBUG_THIS
#define D(x) fprintf(stderr, "%s:%d:%s: ", __FILE__, __LINE__, __FUNCTION__); x #define D(x) fprintf(stderr, "%s:%d:%s: ", __FILE__, __LINE__, __FUNCTION__); x
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment