diff -r aea84f4f5a12 -r 136a79772098 blackbox/lowlevel.h --- a/blackbox/lowlevel.h Sat Dec 03 14:25:06 2011 +0100 +++ b/blackbox/lowlevel.h Sat Dec 03 16:42:53 2011 +0100 @@ -3,6 +3,7 @@ #include "main.h" void LED(uint8_t num, uint8_t state); +void LEDS_OFF(void); void init_hardware(void); void check_rails_shortcut(void);