diff options
-rw-r--r-- | src/util/atcmd.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/atcmd.c b/src/util/atcmd.c index f3716d7..011d112 100644 --- a/src/util/atcmd.c +++ b/src/util/atcmd.c @@ -96,6 +96,8 @@ int atcmd_main(struct lgsm_handle *lgsmh) * command */ lgsm_passthrough(lgsmh, buf, rbuf, &rlen); printf("RSTR=`%s'\n", rbuf); + + fflush(stdout); } } } |