diff ater/tx_func.c @ 27:2742dbea95f1

ater: implement play command
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 24 Jun 2024 20:31:29 +0000
parents 237687e2be6c
children 16715bd149e0
line wrap: on
line diff
--- a/ater/tx_func.c	Mon Jun 24 20:15:42 2024 +0000
+++ b/ater/tx_func.c	Mon Jun 24 20:31:29 2024 +0000
@@ -44,6 +44,7 @@
 		return;
 	free(at->play_buffer);
 	at->play_buffer = NULL;
+	printf("file play finished\n");
 }
 
 static void tx_service_subslot(int nr)