Restructure: Move fsk from common code to 'libfsk'

This commit is contained in:
Andreas Eversberg
2017-11-16 21:04:23 +01:00
parent f4754dcb37
commit 083ea4edaa
13 changed files with 15 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
#include "../libtimer/timer.h"
#include "../common/sender.h"
#include "../common/call.h"
#include "../common/fsk.h"
#include "../libfsk/fsk.h"
enum dsp_mode {
DSP_MODE_OFF, /* no transmission */