FreeCalypso > hg > ice1-trau-tester
diff ater/user_cmd.c @ 29:1dda11905e85
ater: implement play-stop command
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 24 Jun 2024 20:42:23 +0000 |
parents | 2742dbea95f1 |
children | 16715bd149e0 |
line wrap: on
line diff
--- a/ater/user_cmd.c Mon Jun 24 20:38:58 2024 +0000 +++ b/ater/user_cmd.c Mon Jun 24 20:42:23 2024 +0000 @@ -20,6 +20,7 @@ {"activ", cmd_activate}, {"deact", cmd_deact}, {"play", cmd_play_file}, + {"play-stop", cmd_play_stop}, {"print-rx", cmd_print_rx}, {"record", cmd_record_start}, {"record-stop", cmd_record_stop},