drivers: modem: gsm: +CSQ shouldn't give sem_response
The +CSQ: is followed by 'OK' or 'ERROR', so its handler should not give sem_response. Signed-off-by: Yong Cong Sin <yongcong.sin@gmail.com>
This commit is contained in:
parent
6bf44c5af5
commit
176bd02a56
1 changed files with 0 additions and 2 deletions
|
@ -408,8 +408,6 @@ MODEM_CMD_DEFINE(on_cmd_atcmdinfo_rssi_csq)
|
||||||
LOG_INF("RSSI: %d", rssi);
|
LOG_INF("RSSI: %d", rssi);
|
||||||
}
|
}
|
||||||
|
|
||||||
k_sem_give(&gsm.sem_response);
|
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue