X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?p=bike-lights.git;a=blobdiff_plain;f=lights.h;h=56345fb9f7819354299f419804d19653f2bdbd5b;hp=d357b55d8906aa28c192f85b3457298fb1796ecf;hb=01e1d3b0da770db9cc4dc9a7fd649548e60ac0ec;hpb=17c3ca665220350644eded751e14820324c4ba86 diff --git a/lights.h b/lights.h index d357b55..56345fb 100644 --- a/lights.h +++ b/lights.h @@ -64,5 +64,8 @@ void led_set_status(unsigned char status); void init_buttons(); void timer_check_buttons(); +/* init.c */ +void hw_setup(); + #endif /* !LIGHTS_H__ */