chiark / gitweb /
added missing declaration of buttons_init()
authorMaikStohn <git@stohn.de>
Thu, 3 May 2012 13:48:44 +0000 (15:48 +0200)
committerMaikStohn <git@stohn.de>
Thu, 3 May 2012 13:48:44 +0000 (15:48 +0200)
This is required when moving the buttons_init() function to the
lcd_init() function

Marlin/ultralcd.h

index 39d262222e35297709edd3e5ca13af7f548f71cc..ab5675d598d7afd6595c70bb61c3d549a98626aa 100644 (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