]> www.fi.muni.cz Git - bike-lights.git/blobdiff - firmware/main.c
pwmled: consistent init function naming
[bike-lights.git] / firmware / main.c
index 8166771478bd207e8cced92f6bf9f11eaef4a754..b3bd6dc27a00ce0f9bf6522304ebeaab3ee4b0b0 100644 (file)
@@ -17,7 +17,7 @@ static void hw_setup()
        init_tmr();
        init_buttons();
 
-       pwmled_init();
+       init_pwmled();
        gpio_init();
        ambient_init();
        pattern_init();