mbm: fix getting current allowed mode

This commit is contained in:
Dan Williams
2010-04-07 15:04:32 -07:00
parent f3dd034aad
commit 7aeac2f646

View File

@@ -290,7 +290,7 @@ get_allowed_mode (MMGenericGsm *gsm,
return; return;
} }
mm_at_serial_port_queue_command (port, "CFUN?", 3, get_allowed_mode_done, info); mm_at_serial_port_queue_command (port, "+CFUN?", 3, get_allowed_mode_done, info);
} }
/*****************************************************************************/ /*****************************************************************************/