changeset 14:f908a782cff9 default tip

fc-mcsi-rxtx: pcm_fill_word can be static
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 28 Oct 2024 07:25:31 +0000
parents 315428573a25
children
files sw/mcsi-rxtx/tx_func.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sw/mcsi-rxtx/tx_func.c	Mon Oct 28 07:24:53 2024 +0000
+++ b/sw/mcsi-rxtx/tx_func.c	Mon Oct 28 07:25:31 2024 +0000
@@ -11,7 +11,7 @@
 
 extern int target_fd;
 
-u_short pcm_fill_word;
+static u_short pcm_fill_word;
 
 static void
 do_idle_fill(buf)