FreeCalypso > hg > freecalypso-tools
diff rvinterf/asyncshell/at.c @ 451:10f4062e049b
fc-shell: unterm command implemented in one-shot mode
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 08 Feb 2019 00:49:34 +0000 |
parents | e13f60d4f8dd |
children |
line wrap: on
line diff
--- a/rvinterf/asyncshell/at.c Thu Feb 07 21:22:27 2019 +0000 +++ b/rvinterf/asyncshell/at.c Fri Feb 08 00:49:34 2019 +0000 @@ -126,6 +126,12 @@ return oneshot_at_command(argv[1]); } +cmd_unterm_oneshot(argc, argv) + char **argv; +{ + return send_unterm_string_to_ati(argv[1]); +} + void oneshot_at_check_response() {