Skip to content

Commit b6dfeb7

Browse files
authored
Merge pull request drowe67#294 from drowe67/dr-optimize-size
change required to build with -Os
2 parents f84c4e3 + a8d4226 commit b6dfeb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cohpsk.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,7 @@ typedef float float4 __attribute__ ((vector_size (16)));
816816
817817
\*---------------------------------------------------------------------------*/
818818

819-
inline void rx_filter_coh(COMP rx_filt[COHPSK_NC*COHPSK_ND][P+1], int Nc, COMP rx_baseband[COHPSK_NC*COHPSK_ND][COHPSK_M+COHPSK_M/P], COMP rx_filter_memory[COHPSK_NC*COHPSK_ND][COHPSK_NFILTER], int nin)
819+
inline extern void rx_filter_coh(COMP rx_filt[COHPSK_NC*COHPSK_ND][P+1], int Nc, COMP rx_baseband[COHPSK_NC*COHPSK_ND][COHPSK_M+COHPSK_M/P], COMP rx_filter_memory[COHPSK_NC*COHPSK_ND][COHPSK_NFILTER], int nin)
820820
{
821821
int c,i,j,k,l;
822822
int n=COHPSK_M/P;

0 commit comments

Comments
 (0)