Browse Source

added missing declaration of buttons_init()

This is required when moving the buttons_init() function to the
lcd_init() function
pull/1/head
MaikStohn 12 years ago
parent
commit
d188ae4c9d
  1. 1
      Marlin/ultralcd.h

1
Marlin/ultralcd.h

@ -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

Loading…
Cancel
Save