Ver Fonte

Attempt #2 at resolving conflicts with upstream for pull request.

Aaron Yourk há 8 anos atrás
pai
commit
f7a18d3a4e
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      Firmware/ultralcd.cpp

+ 1 - 1
Firmware/ultralcd.cpp

@@ -94,10 +94,10 @@ int8_t SDscrool = 0;
 
 int8_t SilentModeMenu = 0;
 
+uint8_t oldFanSpeed = 0;
 int lcd_commands_type=LCD_COMMAND_IDLE;
 int lcd_commands_step=0;
 bool isPrintPaused = false;
-uint8_t oldFanSpeed = 0;
 uint8_t farm_mode = 0;
 int farm_no = 0;
 int farm_timer = 30;