Add clock function to call interface

Implementations will have a clock to play tones, if no clock is
available from a transceiver.
This commit is contained in:
Andreas Eversberg
2020-01-12 07:54:25 +01:00
parent 0cfcf67157
commit f132059edf
15 changed files with 45 additions and 28 deletions

View File

@@ -1322,5 +1322,7 @@ void call_down_audio(int callref, sample_t *samples, int count)
}
}
void call_down_clock(void) {}
void dump_info(void) {}