Skip to content

Commit acd6ff3

Browse files
author
Wajahat Abbas
committed
corrected a typo in AT_CellularPower::opt_power_save_mode
1 parent 56117a8 commit acd6ff3

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)