Ver código fonte

Fix declaration and definition type mismatch of lcd_change_fil_state. Move declaration to Marlin.h.

Marek Bel 6 anos atrás
pai
commit
5493ac57f9
2 arquivos alterados com 1 adições e 1 exclusões
  1. 1 0
      Firmware/Marlin.h
  2. 0 1
      Firmware/ultralcd.cpp

+ 1 - 0
Firmware/Marlin.h

@@ -282,6 +282,7 @@ extern bool axis_known_position[3];
 extern float zprobe_zoffset;
 extern int fanSpeed;
 extern void homeaxis(int axis, uint8_t cnt = 1, uint8_t* pstep = 0);
+extern int8_t lcd_change_fil_state;
 
 
 #ifdef FAN_SOFT_PWM

+ 0 - 1
Firmware/ultralcd.cpp

@@ -37,7 +37,6 @@
 
 #include "mmu.h"
 
-extern int lcd_change_fil_state;
 extern bool fans_check_enabled;