изменена процедура регистрации в сети с целью потдежки большего времени ожидания сети, изменения для Казахстана

This commit is contained in:
parent a8294ed666
commit 9043340e96
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ void GsmWithGnss_SetNetworkRegistration(tGsmWithGnss *env, bool value) {
ControllableSwitch_Set(&env->enableNetworkSwitch, value);
}
bool GsmWithGnss_WaitNetworkRegistration(tGsmWithGnss *env, uint16_t timeReg) {
bool GsmWithGnss_WaitNetworkRegistration(tGsmWithGnss *env, uint32_t timeReg) {
uint32_t timeEnd = SystemGetMs() + timeReg;