Fix Ender-3 V2 DWIN LPC signed warnings (#20786)
This commit is contained in:
parent
43a91e5963
commit
5e46f63e17
@ -249,8 +249,7 @@ typedef struct {
|
|||||||
float Move_E_scale = 0;
|
float Move_E_scale = 0;
|
||||||
#endif
|
#endif
|
||||||
float offset_value = 0;
|
float offset_value = 0;
|
||||||
TERN_(__STM32F1__, signed)
|
int8_t show_mode = 0; // -1: Temperature control 0: Printing temperature
|
||||||
char show_mode = 0; // -1: Temperature control 0: Printing temperature
|
|
||||||
} HMI_value_t;
|
} HMI_value_t;
|
||||||
|
|
||||||
#define DWIN_CHINESE 123
|
#define DWIN_CHINESE 123
|
||||||
|
Loading…
Reference in New Issue
Block a user