diff -r 6c59b4293fa9 -r 1a0ef40ef458 blackbox/lowlevel.h --- a/blackbox/lowlevel.h Mon Nov 14 21:15:11 2011 +0100 +++ b/blackbox/lowlevel.h Mon Nov 14 21:38:00 2011 +0100 @@ -3,6 +3,7 @@ #include "main.h" void LED(uint8_t num, uint8_t state); +void init_hardware(void); void check_rails_shortcut(void); #endif