فهرست منبع

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();