New common FSK implementation, replaces all individual implementations

This commit is contained in:
Andreas Eversberg
2017-08-05 10:41:23 +02:00
parent ffd3b848e1
commit 534411d660
21 changed files with 785 additions and 1117 deletions

View File

@@ -427,6 +427,3 @@ fail:
return 0;
}
// dummy, will be replaced by DMS test program
void test_dms_frame(const char __attribute__((unused)) *frame, int __attribute__((unused)) length) {}