Browse Source

Merge pull request #126 from tommycheng/patch-1

Fix compilation error when PIDTEMP is undefined and ULTIPANEL is defined...
ErikZalm 13 years ago
parent
commit
5b8758f42b
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      Marlin/ultralcd.pde

+ 2
- 0
Marlin/ultralcd.pde View File

@@ -1181,6 +1181,7 @@ void MainMenu::showControlTemp()
1181 1181
         }
1182 1182
         
1183 1183
       }break;
1184
+      	#ifdef PIDTEMP
1184 1185
       case ItemCT_PID_P: 
1185 1186
       {
1186 1187
       if(force_lcd_update)
@@ -1323,6 +1324,7 @@ void MainMenu::showControlTemp()
1323 1324
         }
1324 1325
         
1325 1326
       }
1327
+      	#endif
1326 1328
       #endif
1327 1329
       break;
1328 1330
     default:   

Loading…
Cancel
Save