Fixing Rigidbot LCD Panel Support

This commit is contained in:
Ruwan J Egoda Gamage
2015-12-12 20:57:36 -05:00
committed by Richard Wackerbarth
parent 59d345a3dd
commit becbfe1065
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