mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
spark: silence irmp debugging messages after last merge
This commit is contained in:
@@ -716,7 +716,7 @@ typedef unsigned int16 uint16_t;
|
|||||||
#endif
|
#endif
|
||||||
#define ANALYZE_PRINTF(...) { if (verbose) { printf (__VA_ARGS__); } }
|
#define ANALYZE_PRINTF(...) { if (verbose) { printf (__VA_ARGS__); } }
|
||||||
#define ANALYZE_NEWLINE() { if (verbose) { putchar ('\n'); } }
|
#define ANALYZE_NEWLINE() { if (verbose) { putchar ('\n'); } }
|
||||||
static int silent;
|
static int silent = TRUE;
|
||||||
static int time_counter;
|
static int time_counter;
|
||||||
static int verbose;
|
static int verbose;
|
||||||
#else
|
#else
|
||||||
|
Reference in New Issue
Block a user