0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-02-17 14:50:58 +00:00

Merge pull request #126 from tommycheng/patch-1

Fix compilation error when PIDTEMP is undefined and ULTIPANEL is defined...
This commit is contained in:
ErikZalm 2012-03-23 11:54:37 -07:00
commit 5b8758f42b

View file

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