File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -1557,10 +1557,6 @@ static void fota_entry(void *o)
15571557
15581558 LOG_DBG ("%s" , __func__ );
15591559
1560- /* Suspend all periodic activity while in FOTA */
1561- timer_sample_stop ();
1562- timer_send_data_stop ();
1563-
15641560#if defined(CONFIG_APP_LED )
15651561 int err ;
15661562 /* Purple pattern during download - indefinite for ongoing process */
@@ -1745,10 +1741,6 @@ static void fota_waiting_for_network_disconnect_to_apply_image_entry(void *o)
17451741
17461742 return ;
17471743 }
1748-
1749- /* Ensure all timers are stopped while awaiting disconnect to apply image */
1750- timer_sample_stop ();
1751- timer_send_data_stop ();
17521744}
17531745
17541746static enum smf_state_result fota_waiting_for_network_disconnect_to_apply_image_run (void * o )
You can’t perform that action at this time.
0 commit comments