Dependencies:   DHT mbed

Revision:
1:d0884279b41d
Parent:
0:c81dc1cb885e
Child:
2:1161fea84522
--- a/dsp_test.cpp	Thu May 11 22:36:03 2017 +0000
+++ b/dsp_test.cpp	Fri May 12 06:27:31 2017 +0000
@@ -69,7 +69,7 @@
 float *p2 = capture_2;
 float capturestamps_1 [captureLength];
 float capturestamps_2 [captureLength];
-float dsp_res [captureLength];
+float dsp_res [dataLength];
 float *p_res = dsp_res;
 
 int positiontest = 0;