Dependencies:   DHT mbed

Revision:
4:a89e836d9faf
Parent:
3:3f71950ceb71
--- a/luke_correlate_f32.h	Fri May 12 06:59:55 2017 +0000
+++ b/luke_correlate_f32.h	Fri May 12 08:01:26 2017 +0000
@@ -1,7 +1,7 @@
-#ifndef arm_correlate_f32_h    // To make sure you don't declare the function more than once by including the header multiple times.
-#define arm_correlate_f32_h
+#ifndef luke_correlate_f32_h    // To make sure you don't declare the function more than once by including the header multiple times.
+#define luke_correlate_f32_h
 
 
-void luke_correlate_f32(float * pSrcA, int srcALen, float * pSrcB, int srcBLen, float * pDst);
+void luke_correlate_f32(float* pSrcA, int srcALen, float* pSrcB, int srcBLen, float* pDst);
 
 #endif
\ No newline at end of file