# HG changeset patch
# User Mychaela Falconia <falcon@freecalypso.org>
# Date 1517769881 0
# Node ID f0e9bb28b4d6e826fdd946e6ea0421aee0fc6558
# Parent  9ffaeb6fea1ab308bf0e257b4c2e99360f7f8838
uptools/atcmd/atinterf.c: no target debug mode implemented

diff -r 9ffaeb6fea1a -r f0e9bb28b4d6 uptools/atcmd/atinterf.c
--- a/uptools/atcmd/atinterf.c	Sun Feb 04 18:41:44 2018 +0000
+++ b/uptools/atcmd/atinterf.c	Sun Feb 04 18:44:41 2018 +0000
@@ -164,6 +164,13 @@
 {
 	char *nl;
 
+	if (no_target_mode) {
+		puts(command);
+		if (message)
+			puts(message);
+		strcpy(at_response, "FOK");
+		return(0);
+	}
 	if (message) {
 		fputs("c+m\n", cpipeF);
 		fprintf(cpipeF, "%s\n", command);