Skip to content

Commit

Permalink
Update main.c
Browse files Browse the repository at this point in the history
  • Loading branch information
Love4yzp committed Aug 10, 2023
1 parent 5c77285 commit 459fb0b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions examples/indicator_lora/main/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ void app_main( void ) {
#error "Please define one marco to run an example."
#endif

for ( ;; )
;
for ( ;; ){
vTaskDelay( 1000 / portTICK_PERIOD_MS );
}

}

0 comments on commit 459fb0b

Please sign in to comment.