Generic SDR support

This commit is contained in:
Andreas Eversberg
2017-01-04 14:21:49 +01:00
parent c5cf88ce57
commit b30b61282c
9 changed files with 371 additions and 2 deletions

View File

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