瀏覽代碼

added missing declaration of buttons_init()

This is required when moving the buttons_init() function to the
lcd_init() function
MaikStohn 13 年之前
父節點
當前提交
d188ae4c9d
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      Marlin/ultralcd.h

+ 1
- 0
Marlin/ultralcd.h 查看文件

7
   void lcd_init();
7
   void lcd_init();
8
   void lcd_status(const char* message);
8
   void lcd_status(const char* message);
9
   void beep();
9
   void beep();
10
+  void buttons_init();
10
   void buttons_check();
11
   void buttons_check();
11
 
12
 
12
   #define LCD_UPDATE_INTERVAL 100
13
   #define LCD_UPDATE_INTERVAL 100

Loading…
取消
儲存