port-probe: fix generic icera support check during probing

This commit is contained in:
Aleksander Morgado
2012-08-30 14:24:16 +02:00
parent 35a69d6b8e
commit aa51a16f70

View File

@@ -711,7 +711,7 @@ static const MMPortProbeAtCommand product_probing[] = {
}; };
static const MMPortProbeAtCommand icera_probing[] = { static const MMPortProbeAtCommand icera_probing[] = {
{ "%IPSYS?", 3, mm_port_probe_response_processor_string }, { "%IPSYS?", 3, mm_port_probe_response_processor_no_error },
{ NULL } { NULL }
}; };