This commit is contained in:
cfif 2024-12-09 14:50:31 +03:00
parent 003afa3861
commit b674ed11bc
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ void SocketSocketGsm_UrcProcessor_SRING(tSocketGsm *env, tAtBuffer *buff) {
void SocketSocketGsm_UrcProcessor_NO_CARRIER(tSocketGsm *env, tAtBuffer *buff) {
for (uint8_t i = 0; i < GSM_SLOTS_COUNT; ++i) {
tGsmSocketSlot *slot = &env->slots[i];//env->slots + i;
if (!GsmSocketSlot_IsClear(slot)) {