From: Jan "Yenya" Kasprzak Date: Wed, 21 Nov 2012 22:15:36 +0000 (+0100) Subject: pattern.c: remove unused function X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?p=bike-lights.git;a=commitdiff_plain;h=ff738f3be930ef053694f48d0ab34349de62ab05 pattern.c: remove unused function --- diff --git a/firmware/pattern.c b/firmware/pattern.c index 56f4781..feddbb6 100644 --- a/firmware/pattern.c +++ b/firmware/pattern.c @@ -149,7 +149,3 @@ void patterns_next_tick() } } -void led_set_status(unsigned char status) -{ - led_set_pattern(N_PWMLEDS+1, number_pattern(status)); -}