]> www.fi.muni.cz Git - bike-lights.git/blobdiff - firmware/lights.h
ambient light: consistent init function naming
[bike-lights.git] / firmware / lights.h
index 939bb193d8d6b7252b6df3ccfd3b80eaa9a4be6c..826c2c6faf33fe5e010408811505e9477e695e4e 100644 (file)
@@ -55,7 +55,7 @@ void susp_gpio();
 void gpio_set(unsigned char n, unsigned char on);
 
 /* ambient.c */
-void ambient_init();
+void init_ambient();
 extern volatile unsigned char ambient_zone;
 void ambient_adc(uint16_t adc_val);