FreeCalypso > hg > ice1-trau-tester
diff ater/user_cmd.c @ 44:16715bd149e0
ater: add support for data mode
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 12 Sep 2024 09:01:50 +0000 |
parents | 1dda11905e85 |
children | 349fb785a414 |
line wrap: on
line diff
--- a/ater/user_cmd.c Fri Aug 30 19:04:57 2024 +0000 +++ b/ater/user_cmd.c Thu Sep 12 09:01:50 2024 +0000 @@ -18,6 +18,7 @@ void (*func)(int argc, char **argv); } cmdtab[] = { {"activ", cmd_activate}, + {"activ-d", cmd_activate_csd}, {"deact", cmd_deact}, {"play", cmd_play_file}, {"play-stop", cmd_play_stop},