Merge pull request #11212 from AlexanderAmelkin/2.0-HD44780-remove-unused-include

[2.0.x][HD44780] Remove unused include
This commit is contained in:
Scott Lahteine
2018-07-08 17:19:59 -05:00
committed by GitHub
10 changed files with 31 additions and 49 deletions

View File

@ -52,8 +52,6 @@
#endif
#endif
#include <binary.h>
extern volatile uint8_t buttons; //an extended version of the last checked buttons in a bit array.
////////////////////////////////////
@ -199,5 +197,3 @@ enum HD44780CharSet : char {
};
#endif // ULTRALCD_COMMON_HD44780_H