Restructure: Move goertzel from common code to 'libgoertzel'

This commit is contained in:
Andreas Eversberg
2017-11-16 07:34:16 +01:00
parent c84318b245
commit 16194c15f9
16 changed files with 19 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
#include "../common/goertzel.h"
#include "../libgoertzel/goertzel.h"
#include "../common/sender.h"
#include "../libtimer/timer.h"
#include "../common/compandor.h"