corrected a typo in AT_CellularPower::opt_power_save_mode

pull/8479/head
Wajahat Abbas 2018-08-30 16:47:09 +05:00 committed by adbridge
parent 025af303ef
commit 861d649a7e
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ nsapi_error_t AT_CellularPower::opt_power_save_mode(int periodic_time, int activ
} }
uint_to_binary_str(active_timer, &at[3], sizeof(at) - 3, PSMTimerBits); uint_to_binary_str(active_timer, &at[3], sizeof(at) - 3, PSMTimerBits);
pt[8] = '\0'; at[8] = '\0';
// request for both GPRS and LTE // request for both GPRS and LTE
_at.cmd_start("AT+CPSMS="); _at.cmd_start("AT+CPSMS=");