Skip to content

Commit fb51501

Browse files
committed
Timer stopped after exiting while loop
1 parent defc244 commit fb51501

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

features/cellular/framework/targets/UBLOX/AT/UBLOX_AT_CellularContext.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ bool UBLOX_AT_CellularContext::activate_profile(const char *apn,
212212
break;
213213
wait_ms(5000); //Wait for 5 seconds and then try again
214214
}
215+
t1.stop();
215216
}
216217
}
217218
}

0 commit comments

Comments
 (0)