Skip to content

Commit

Permalink
Remove startup LED blink.
Browse files Browse the repository at this point in the history
  • Loading branch information
nick6x committed Dec 9, 2016
1 parent 1cd0eb4 commit 079ab91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@ int main(void)
init_timer();
EA = 1;

//LED test
/* //LED test
led_set_state(0, 1); //GREEN_LED = 1;
delay(1000);
led_set_state(0, 0); //GREEN_LED = 0;
led_set_state(1, 1); //BLUE_LED = 1;
delay(1000);
led_set_state(1, 0); //BLUE_LED = 0;

*/
configure_radio();
configure_serial();

Expand Down

0 comments on commit 079ab91

Please # to comment.