FreeCalypso > hg > ice1-trau-tester
diff ater/user_cmd.c @ 25:45411b72b6b3
ater: implement deact command
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 24 Jun 2024 18:56:05 +0000 |
parents | f49e57b0d1a2 |
children | 2742dbea95f1 |
line wrap: on
line diff
--- a/ater/user_cmd.c Mon Jun 24 18:48:36 2024 +0000 +++ b/ater/user_cmd.c Mon Jun 24 18:56:05 2024 +0000 @@ -18,6 +18,7 @@ void (*func)(int argc, char **argv); } cmdtab[] = { {"activ", cmd_activate}, + {"deact", cmd_deact}, {"print-rx", cmd_print_rx}, {"record", cmd_record_start}, {"record-stop", cmd_record_stop},