Merge pull request #126 from tommycheng/patch-1
Fix compilation error when PIDTEMP is undefined and ULTIPANEL is defined...
This commit is contained in:
commit
5b8758f42b
@ -1181,6 +1181,7 @@ void MainMenu::showControlTemp()
|
||||
}
|
||||
|
||||
}break;
|
||||
#ifdef PIDTEMP
|
||||
case ItemCT_PID_P:
|
||||
{
|
||||
if(force_lcd_update)
|
||||
@ -1324,6 +1325,7 @@ void MainMenu::showControlTemp()
|
||||
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user