aboutsummaryrefslogtreecommitdiffstats
path: root/src/bnetz/bnetz.c
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2020-01-12 07:54:25 +0100
committerAndreas Eversberg <jolly@eversberg.eu>2020-01-12 11:17:58 +0100
commitf132059edf70aed8bab58d03472b4b13aadda68e (patch)
tree983e645e52291258a5d4f31831bd9246d879f3dd /src/bnetz/bnetz.c
parent0cfcf671572f512f4d0a0d13d149b0b293d366f7 (diff)
Add clock function to call interface
Implementations will have a clock to play tones, if no clock is available from a transceiver.
Diffstat (limited to 'src/bnetz/bnetz.c')
-rw-r--r--src/bnetz/bnetz.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bnetz/bnetz.c b/src/bnetz/bnetz.c
index 4c597bb..86229ea 100644
--- a/src/bnetz/bnetz.c
+++ b/src/bnetz/bnetz.c
@@ -862,5 +862,7 @@ void call_down_audio(int callref, sample_t *samples, int count)
}
}
+void call_down_clock(void) {}
+
void dump_info(void) {}