From f132059edf70aed8bab58d03472b4b13aadda68e Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Sun, 12 Jan 2020 07:54:25 +0100 Subject: Add clock function to call interface Implementations will have a clock to play tones, if no clock is available from a transceiver. --- src/jolly/jolly.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/jolly') diff --git a/src/jolly/jolly.c b/src/jolly/jolly.c index 33dd0b8..ba21d74 100644 --- a/src/jolly/jolly.c +++ b/src/jolly/jolly.c @@ -632,5 +632,7 @@ void call_down_audio(int callref, sample_t *samples, int count) } } +void call_down_clock(void) {} + void dump_info(void) {} -- cgit v1.2.3