aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDan Williams <dan@ioncontrol.co>2025-05-16 11:19:59 -0500
committerDan Williams <dan@ioncontrol.co>2025-05-22 08:05:58 -0500
commit24f9309d6ecd559d24c54391fadef76cdbde1097 (patch)
treef8238a7806bb76739bc74df4aa697a6c3c231eaa /test
parent7f014add61da3e0411d742756ce372fc0e2aee30 (diff)
serial-parsers,port-serial-at: move echo removal into serial parser
Mainly because we need somewhere to stash the call end regex, and it's silly to have a 3rd instance of that in MMPortSerialAt when we already have one in the serial parsers that MMPortSerialAt relies on pretty heavily. Signed-off-by: Dan Williams <dan@ioncontrol.co>
Diffstat (limited to 'test')
-rw-r--r--test/mmtty.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/mmtty.c b/test/mmtty.c
index db22c268..42cc826f 100644
--- a/test/mmtty.c
+++ b/test/mmtty.c
@@ -237,6 +237,7 @@ start_cb (void)
/* Set common response parser */
mm_port_serial_at_set_response_parser (MM_PORT_SERIAL_AT (port),
mm_serial_parser_v1_parse,
+ mm_serial_parser_v1_remove_echo,
mm_serial_parser_v1_new (),
mm_serial_parser_v1_destroy);