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
         }
1181
         }
1182
         
1182
         
1183
       }break;
1183
       }break;
1184
+      	#ifdef PIDTEMP
1184
       case ItemCT_PID_P: 
1185
       case ItemCT_PID_P: 
1185
       {
1186
       {
1186
       if(force_lcd_update)
1187
       if(force_lcd_update)
1323
         }
1324
         }
1324
         
1325
         
1325
       }
1326
       }
1327
+      	#endif
1326
       #endif
1328
       #endif
1327
       break;
1329
       break;
1328
     default:   
1330
     default:   

Loading…
Cancel
Save