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