aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/arm/convolve.c
diff options
context:
space:
mode:
Diffstat (limited to 'Transceiver52M/arm/convolve.c')
-rw-r--r--Transceiver52M/arm/convolve.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/Transceiver52M/arm/convolve.c b/Transceiver52M/arm/convolve.c
index 2b42090..912d0c2 100644
--- a/Transceiver52M/arm/convolve.c
+++ b/Transceiver52M/arm/convolve.c
@@ -58,6 +58,13 @@ static void neon_conv_cmplx_4n(float *x, float *h, float *y, int h_len, int len)
}
#endif
+/* API: Initalize convolve module */
+void convolve_init(void)
+{
+ /* Stub */
+ return;
+}
+
/* API: Aligned complex-real */
int convolve_real(float *x, int x_len,
float *h, int h_len,