Support for UHD SDR interface

This commit is contained in:
Andreas Eversberg
2017-01-04 14:22:24 +01:00
parent b30b61282c
commit 57993e3e48
12 changed files with 412 additions and 1 deletions

View File

@@ -20,6 +20,7 @@
#define DDMS 13
#define DSMS 14
#define DSDR 15
#define DUHD 16
#define PDEBUG(cat, level, fmt, arg...) _printdebug(__FILE__, __FUNCTION__, __LINE__, cat, level, -1, fmt, ## arg)
#define PDEBUG_CHAN(cat, level, fmt, arg...) _printdebug(__FILE__, __FUNCTION__, __LINE__, cat, level, CHAN, fmt, ## arg)