Преглед на файлове

Remove non-existing function prototype.

Marek Bel преди 5 години
родител
ревизия
333ade9aee
променени са 1 файла, в които са добавени 0 реда и са изтрити 2 реда
  1. 0 2
      Firmware/Marlin.h

+ 0 - 2
Firmware/Marlin.h

@@ -407,8 +407,6 @@ extern void calculate_extruder_multipliers();
 // Similar to the default Arduino delay function, 
 // but it keeps the background tasks running.
 extern void delay_keep_alive(unsigned int ms);
-// same but this need to be used when calling delay from lcd_update() else stack owerflow can occur
-extern void delay_keep_alive_no_lcd_update(unsigned int ms);
 
 extern void check_babystep();