diff options
-rw-r--r-- | src/mm-port-probe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-port-probe.c b/src/mm-port-probe.c index e0f3788a..3d9cd37c 100644 --- a/src/mm-port-probe.c +++ b/src/mm-port-probe.c @@ -711,7 +711,7 @@ static const MMPortProbeAtCommand product_probing[] = { }; static const MMPortProbeAtCommand icera_probing[] = { - { "%IPSYS?", 3, mm_port_probe_response_processor_string }, + { "%IPSYS?", 3, mm_port_probe_response_processor_no_error }, { NULL } }; |