Browse Source

[2.0.x][HD44780] Remove unused include

The <binary.h> header is not available in STM32 toolchain
and is not used anywhere in ultralcd_common_HD44780.h.
If it is used anywhere in HD44780 support for other platforms,
it must be included in the corresponding .cpp file directly
and put under appropriate conditional compilation directives
for the platform requiring it.

As I was unable to find such code, I consider the file unused
and hence remove the inclusion.
Alexander Amelkin 7 years ago
parent
commit
ed720194d2
1 changed files with 0 additions and 4 deletions
  1. 0
    4
      Marlin/src/lcd/ultralcd_common_HD44780.h

+ 0
- 4
Marlin/src/lcd/ultralcd_common_HD44780.h View File

@@ -52,8 +52,6 @@
52 52
   #endif
53 53
 #endif
54 54
 
55
-#include <binary.h>
56
-
57 55
 extern volatile uint8_t buttons;  //an extended version of the last checked buttons in a bit array.
58 56
 
59 57
 ////////////////////////////////////
@@ -199,5 +197,3 @@ enum HD44780CharSet : char {
199 197
 };
200 198
 
201 199
 #endif // ULTRALCD_COMMON_HD44780_H
202
-
203
-

Loading…
Cancel
Save