build 145
fixed - finishstatus declaration
This commit is contained in:
parent
78d6088d48
commit
552b1f03b1
2 changed files with 3 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
// Firmware version
|
// Firmware version
|
||||||
#define FW_VERSION "3.1.1-RC4"
|
#define FW_VERSION "3.1.1-RC4"
|
||||||
#define FW_COMMIT_NR 144
|
#define FW_COMMIT_NR 145
|
||||||
#define FW_DEV_VERSION FW_VERSION_RC
|
#define FW_DEV_VERSION FW_VERSION_RC
|
||||||
#define FW_VERSION_FULL FW_VERSION "-" STR(FW_COMMIT_NR)
|
#define FW_VERSION_FULL FW_VERSION "-" STR(FW_COMMIT_NR)
|
||||||
|
|
||||||
|
|
|
@ -204,6 +204,8 @@ static void lcd_farm_no();
|
||||||
static void lcd_menu_extruder_info();
|
static void lcd_menu_extruder_info();
|
||||||
static void lcd_menu_fails_stats();
|
static void lcd_menu_fails_stats();
|
||||||
|
|
||||||
|
void lcd_finishstatus();
|
||||||
|
|
||||||
#ifdef DOGLCD
|
#ifdef DOGLCD
|
||||||
static void lcd_set_contrast();
|
static void lcd_set_contrast();
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue