Remove console line before printing debugging and on exit

This commit is contained in:
Andreas Eversberg
2016-07-24 09:12:54 +02:00
parent 123979a0f3
commit c273bbc5ff
6 changed files with 44 additions and 8 deletions

8
src/test/dummy.c Normal file
View File

@@ -0,0 +1,8 @@
void call_rx_audio() { }
void call_out_setup() { }
void call_out_release() { }
void call_out_disconnect() { }
void print_help() { }
void sender_send() { }
void sender_receive() { }