You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Alexander Amelkin ed720194d2 [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.
7 years ago
..
HAL Add STM32F1 support for SD-based EEPROM 7 years ago
config [2.0.x] Fix LCD_LANGUAGE options list formatting in config (#11198) 7 years ago
core Replace double with float, optimize calculation 7 years ago
feature Followup to float maths patch 7 years ago
gcode Replace double with float, optimize calculation 7 years ago
inc Remove Quake Fast Inverse SQRT (it isn't faster) 7 years ago
lcd [2.0.x][HD44780] Remove unused include 7 years ago
libs Replace double with float, optimize calculation 7 years ago
module Followup to float maths patch 7 years ago
pins Fix Trigorilla include typo 7 years ago
sd Add STM32F1 support for SD-based EEPROM 7 years ago
Marlin.cpp Fix and improve POWER_LOSS_RECOVERY (#11187) 7 years ago
Marlin.h Replace double with float, optimize calculation 7 years ago