Merge pull request #3304 from thinkyhead/rc_slow_buttons

Macros for buttons, some cleanup for slow buttons
This commit is contained in:
Scott Lahteine
2016-04-01 15:31:54 -07:00
5 changed files with 54 additions and 53 deletions

View File

@@ -44,8 +44,6 @@
#ifndef CONFIGURATION_LCD // Get the LCD defines which are needed first
#define PIN_EXISTS(PN) (defined(PN##_PIN) && PN##_PIN >= 0)
#define CONFIGURATION_LCD
#if ENABLED(MAKRPANEL)