Browse Source

Fix Ender-3 V2 DWIN LPC signed warnings (#20786)

vanilla_fb_2.0.x
ellensp 4 years ago
committed by Scott Lahteine
parent
commit
3acf86510d
  1. 3
      Marlin/src/lcd/dwin/e3v2/dwin.h

3
Marlin/src/lcd/dwin/e3v2/dwin.h

@ -249,8 +249,7 @@ typedef struct {
float Move_E_scale = 0;
#endif
float offset_value = 0;
TERN_(__STM32F1__, signed)
char show_mode = 0; // -1: Temperature control 0: Printing temperature
int8_t show_mode = 0; // -1: Temperature control 0: Printing temperature
} HMI_value_t;
#define DWIN_CHINESE 123

Loading…
Cancel
Save