Restructure: Move debug from common code to 'libdebug'

This commit is contained in:
Andreas Eversberg
2017-11-18 08:58:57 +01:00
parent 016e72d6d7
commit 1a341f6b4e
67 changed files with 80 additions and 76 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ enum paging_signal;
#ifdef HAVE_SOAPY
#include "soapy.h"
#endif
#include "../common/debug.h"
#include "../libdebug/debug.h"
/* enable to debug buffer handling */
//#define DEBUG_BUFFER
+1 -1
View File
@@ -26,7 +26,7 @@
#include <SoapySDR/Device.h>
#include <SoapySDR/Formats.h>
#include "soapy.h"
#include "../common/debug.h"
#include "../libdebug/debug.h"
extern int sdr_rx_overflow;
+1 -1
View File
@@ -25,7 +25,7 @@
#include <uhd.h>
#include <uhd/usrp/usrp.h>
#include "uhd.h"
#include "../common/debug.h"
#include "../libdebug/debug.h"
/* use to TX time stamp */
//#define TX_TIMESTAMP