Skip to content

Commit 9bd17d3

Browse files
author
Cruz Monrreal
authored
Merge pull request #7934 from wajahat-ublox/psm_method_typo
corrected a typo in AT_CellularPower::opt_power_save_mode
2 parents f35975c + acd6ff3 commit 9bd17d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/cellular/framework/AT/AT_CellularPower.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ nsapi_error_t AT_CellularPower::opt_power_save_mode(int periodic_time, int activ
190190
}
191191

192192
uint_to_binary_str(active_timer, &at[3], sizeof(at) - 3, PSMTimerBits);
193-
pt[8] = '\0';
193+
at[8] = '\0';
194194

195195
// request for both GPRS and LTE
196196
_at.cmd_start("AT+CPSMS=");

0 commit comments

Comments
 (0)