diff options
author | FreeArtMan <dos21h@gmail.com> | 2015-10-06 20:53:28 +0100 |
---|---|---|
committer | FreeArtMan <dos21h@gmail.com> | 2015-10-06 20:53:28 +0100 |
commit | 21c34937937f27a89290f4377b4ff1801079e6ec (patch) | |
tree | 61194300a31b5d2ced985f39c033cc68734374e7 /test/ui_tui_waterfall.c | |
parent | 4391e4e70162cc0ad61fc90ff341c3686998ef4b (diff) | |
download | radiola-21c34937937f27a89290f4377b4ff1801079e6ec.tar.gz radiola-21c34937937f27a89290f4377b4ff1801079e6ec.zip |
Added new interface files
Diffstat (limited to 'test/ui_tui_waterfall.c')
-rw-r--r-- | test/ui_tui_waterfall.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ui_tui_waterfall.c b/test/ui_tui_waterfall.c index bc4f297..46445b0 100644 --- a/test/ui_tui_waterfall.c +++ b/test/ui_tui_waterfall.c @@ -9,7 +9,7 @@ #define SAMPLE_RATE 2048000 -#define CENTER_FREQ 446500000 +#define CENTER_FREQ 445500000 #define FFT_LEVEL 10 #define FFT_SIZE (1 << FFT_LEVEL) #define SAMPLE_LENGHT (2 * FFT_SIZE) |