]> www.fi.muni.cz Git - bike-lights.git/commitdiff
pattern.c: call pwmled.c unconditionally
authorJan "Yenya" Kasprzak <kas@fi.muni.cz>
Fri, 30 Nov 2012 01:14:57 +0000 (02:14 +0100)
committerJan "Yenya" Kasprzak <kas@fi.muni.cz>
Fri, 30 Nov 2012 01:14:57 +0000 (02:14 +0100)
- no not query whether the LED is alive - pwmled.c will handle this
in that case.

firmware/lights.h

index 434f0512d8c3d2a81fe5ad61d22549c0dcc35a99..d51e977322da11d3660dac200dd0d09c2808c37a 100644 (file)
@@ -48,7 +48,6 @@ void susp_tmr();
 void pwmled_init();
 void pwmled_adc(unsigned char n, uint16_t adcval);
 void pwmled_set_mode(unsigned char n, unsigned char mode);
-unsigned char pwmled_enabled(unsigned char n);
 
 /* gpio.c */
 void gpio_init();