Fixing Rigidbot LCD Panel Support

This commit is contained in:
Ruwan J Egoda Gamage
2015-12-12 20:57:36 -05:00
parent f6950acb8e
commit 5eeea2f611
6 changed files with 77 additions and 29 deletions

View File

@@ -41,6 +41,9 @@
#if ENABLED(REPRAPWORLD_KEYPAD)
extern volatile uint8_t buttons_reprapworld_keypad; // to store the keypad shift register values
#endif
#if ENABLED(RIGIDBOT_PANEL)
extern volatile millis_t next_fake_encoder_update_ms;
#endif
#else
FORCE_INLINE void lcd_buttons_update() {}
#endif