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

This commit is contained in:
Marek Bel 2018-08-07 20:15:04 +02:00
parent 10ba3e7ffd
commit 5493ac57f9
2 changed files with 1 additions and 1 deletions

View File

@ -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

View File

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