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

master
Tommy Cheng 12 years ago
parent 0183e6332a
commit 520f1a54a8

@ -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:

Loading…
Cancel
Save