Cleaning up, getting rid of the fake encoder count variable.

This commit is contained in:
Ruwan J Egoda Gamage
2015-12-13 12:40:48 -05:00
committed by Richard Wackerbarth
parent becbfe1065
commit 6f9e9c0e4f
2 changed files with 19 additions and 24 deletions

View File

@@ -41,9 +41,6 @@
#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