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

This commit is contained in:
Tommy Cheng 2012-03-24 02:26:59 +08:00
parent 0183e6332a
commit 520f1a54a8

View file

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