From c7433474af88826192b93ebda0c23ab872cfe4f1 Mon Sep 17 00:00:00 2001 From: Thammi Date: Tue, 3 Sep 2013 22:13:47 +0200 Subject: [PATCH] Remove dead code --- firmware/apps/buggy.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/firmware/apps/buggy.c b/firmware/apps/buggy.c index 6ca63cc..9149aec 100644 --- a/firmware/apps/buggy.c +++ b/firmware/apps/buggy.c @@ -12,8 +12,6 @@ inline uint16_t biased_random(uint8_t value) { static void init(void) { pentatonic_direction(ALL_OUT); photons_init(); - - led_on(RIGHT); } static void run(void) {