Skip to content

Commit 5c59c97

Browse files
committedMar 2, 2025
xpp: Add static to get_ver function definition.
get_ver is not used outside of xpp/echo_loader.c and needs to be declared static. Resolves: asterisk#11
1 parent 91c6929 commit 5c59c97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎xpp/echo_loader.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ UINT32 Oct6100UserDriverReadBurstApi(tPOCT6100_READ_BURST_PARAMS f_pBurstParams)
564564
return cOCT6100_ERR_OK;
565565
}
566566

567-
inline int get_ver(struct astribank *astribank)
567+
static inline int get_ver(struct astribank *astribank)
568568
{
569569
return spi_send(astribank, 0, 0, 1, 1);
570570
}

0 commit comments

Comments
 (0)