added missing declaration of buttons_init()

This is required when moving the buttons_init() function to the
lcd_init() function
hackerspace-green
MaikStohn 2012-05-03 15:48:44 +02:00
parent 3682d9bd5b
commit d188ae4c9d
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
void lcd_init();
void lcd_status(const char* message);
void beep();
void buttons_init();
void buttons_check();
#define LCD_UPDATE_INTERVAL 100