Browse Source

Fix compilation error when PIDTEMP is undefined and ULTIPANEL is defined.

pull/1/head
Tommy Cheng 13 years ago
parent
commit
520f1a54a8
  1. 2
      Marlin/ultralcd.pde

2
Marlin/ultralcd.pde

@ -1181,6 +1181,7 @@ void MainMenu::showControlTemp()
} }
}break; }break;
#ifdef PIDTEMP
case ItemCT_PID_P: case ItemCT_PID_P:
{ {
if(force_lcd_update) if(force_lcd_update)
@ -1324,6 +1325,7 @@ void MainMenu::showControlTemp()
} }
#endif #endif
#endif
break; break;
default: default:
break; break;

Loading…
Cancel
Save