Skip to content

Commit

Permalink
Update formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ActoryOu committed Oct 31, 2024
1 parent 8019ef0 commit 857db99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demos/ota/ota_demo_core_http/ota_demo_core_http.c
Original file line number Diff line number Diff line change
Expand Up @@ -1944,8 +1944,8 @@ static void * otaThread( void * pParam )
/* Calling OTA agent task. */
OTA_EventProcessingTask( pParam );
LogInfo( ( "OTA Agent stopped." ) );
pthread_detach(pthread_self());
pthread_exit(NULL);
pthread_detach( pthread_self() );
pthread_exit( NULL );
return NULL;
}

Expand Down

0 comments on commit 857db99

Please sign in to comment.