Skip to content
Snippets Groups Projects
Commit d188ae4c authored by MaikStohn's avatar MaikStohn
Browse files

added missing declaration of buttons_init()

This is required when moving the buttons_init() function to the
lcd_init() function
parent 3682d9bd
Branches
Tags
No related merge requests found
......@@ -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
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment