Merge pull request #126 from tommycheng/patch-1

Fix compilation error when PIDTEMP is undefined and ULTIPANEL is defined...
hackerspace-green
ErikZalm 2012-03-23 11:54:37 -07:00
commit 5b8758f42b
1 changed files with 2 additions and 0 deletions

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: