From e3f528c1915c86f3b377420b9f5e4e7ce3045b75 Mon Sep 17 00:00:00 2001 From: Paul Sutton Date: Tue, 9 May 2017 11:34:35 +0100 Subject: [PATCH] Typo fix --- srslte/include/srslte/sync/pss.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srslte/include/srslte/sync/pss.h b/srslte/include/srslte/sync/pss.h index 2aacadeaa..a90a12bf9 100644 --- a/srslte/include/srslte/sync/pss.h +++ b/srslte/include/srslte/sync/pss.h @@ -107,7 +107,7 @@ SRSLTE_API int srslte_pss_synch_init_fft_offset(srslte_pss_synch_t *q, uint32_t fft_size, int cfo_i); -SRSLTE_API int srslte_pps_synch_init_fft_offset_decim(srslte_pss_synch_t *q, +SRSLTE_API int srslte_pss_synch_init_fft_offset_decim(srslte_pss_synch_t *q, uint32_t frame_size, uint32_t fft_size, int cfo_i,