Restructure: Move squelch from common code to 'libsquelch'

This commit is contained in:
Andreas Eversberg
2017-11-15 19:08:37 +01:00
parent 60ffdcaf53
commit 8f6d0752df
11 changed files with 15 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
#include "../common/squelch.h"
#include "../libsquelch/squelch.h"
#include "../common/goertzel.h"
#include "../common/sender.h"