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 079ab91 commit 6a9092b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions main.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,6 @@ int main(void)
init_timer();
EA = 1;

/* //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 6a9092b

Please # to comment.