Skip to content

Commit

Permalink
app_main: Remove return 0 statement, should have been in 22ff84e
Browse files Browse the repository at this point in the history
  • Loading branch information
projectgus committed Nov 14, 2016
1 parent 22ff84e commit b18317a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions main/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,5 @@ void app_main(void)
level = !level;
vTaskDelay(300 / portTICK_PERIOD_MS);
}

return 0;
}

0 comments on commit b18317a

Please sign in to comment.