summaryrefslogtreecommitdiff
path: root/apps/plugins/fft/const.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/fft/const.h')
-rw-r--r--apps/plugins/fft/const.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/apps/plugins/fft/const.h b/apps/plugins/fft/const.h
index c6842f4..865f4b0 100644
--- a/apps/plugins/fft/const.h
+++ b/apps/plugins/fft/const.h
@@ -1,11 +1,11 @@
-const int16_t hamming_8192[8192];
-const int16_t hamming_4096[4096];
-const int16_t hamming_2048[2048];
-const int16_t hamming_1024[1024];
-const int16_t hamming_512[512];
-const int16_t hann_8192[8192];
-const int16_t hann_4096[4096];
-const int16_t hann_2048[2048];
-const int16_t hann_1024[1024];
-const int16_t hann_512[512];
+extern const int16_t hamming_8192[8192];
+extern const int16_t hamming_4096[4096];
+extern const int16_t hamming_2048[2048];
+extern const int16_t hamming_1024[1024];
+extern const int16_t hamming_512[512];
+extern const int16_t hann_8192[8192];
+extern const int16_t hann_4096[4096];
+extern const int16_t hann_2048[2048];
+extern const int16_t hann_1024[1024];
+extern const int16_t hann_512[512];