Sfoglia il codice sorgente

added missing declaration of buttons_init()

This is required when moving the buttons_init() function to the
lcd_init() function
MaikStohn 13 anni fa
parent
commit
d188ae4c9d
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1
    0
      Marlin/ultralcd.h

+ 1
- 0
Marlin/ultralcd.h Vedi File

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

Loading…
Annulla
Salva