Code cleanup
This commit is contained in:
parent
e7d572c76b
commit
e70c4bf257
@ -3008,6 +3008,7 @@ static void _on_code_cme_error(HayesChannel * channel, char const * answer)
|
|||||||
case 100: /* unknown error */
|
case 100: /* unknown error */
|
||||||
if((channel->quirks & HAYES_QUIRK_REPEAT_ON_UNKNOWN_ERROR) == 0)
|
if((channel->quirks & HAYES_QUIRK_REPEAT_ON_UNKNOWN_ERROR) == 0)
|
||||||
break;
|
break;
|
||||||
|
/* fallback */
|
||||||
case 14: /* SIM busy */
|
case 14: /* SIM busy */
|
||||||
/* repeat the command */
|
/* repeat the command */
|
||||||
if(command == NULL)
|
if(command == NULL)
|
||||||
|
Loading…
Reference in New Issue
Block a user