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

@@ -55,6 +55,7 @@ struct debug_cat {
{ "dms", "\033[0;33m" },
{ "sms", "\033[1;37m" },
{ "sdr", "\033[1;31m" },
{ "uhd", "\033[1;35m" },
{ NULL, NULL }
};