added missing declaration of buttons_init()
This is required when moving the buttons_init() function to the lcd_init() function
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user